Skip to content

Commit

Permalink
added more info to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Patricio Vargas committed Aug 12, 2021
1 parent 98682c1 commit 61f3de6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,18 @@

## About

This is a simple sample app demostrating the usage of the [Web NFC API](https://w3c.github.io/web-nfc/). To get the Web NFC API working you will need an Android Device with Google Chrome and you web app will need to be hosted using https.
This is a simple sample app demostrating the usage of the [Web NFC API](https://w3c.github.io/web-nfc/).

**To get the Web NFC API working you will need an Android Device with Google Chrome and your web app will need to be hosted using https.**

This is the [sample app](https://react-nfc-90146.web.app/) in action.

![alt nfc tag](scs.png)

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

If you want to see an Angular app using NFCs look at this video[example](https://twitter.com/manekinekko/status/1424697070015991808) and visit [this repo](https://github.com/manekinekko/puzzle-duo-nfc) by the awesome [Wassim](https://twitter.com/manekinekko). Thanks to him I was introduced to the Web NFC API.

### WTF is NFC?

NFC stands for **_Near-Field Communication_**. NFC is a set of communication protocols for communication between two electronic devices.
Expand Down

0 comments on commit 61f3de6

Please sign in to comment.