You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,18 @@
2
2
3
3
## About
4
4
5
-
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.
5
+
This is a simple sample app demostrating the usage of the [Web NFC API](https://w3c.github.io/web-nfc/).
6
+
7
+
**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.**
6
8
7
9
This is the [sample app](https://react-nfc-90146.web.app/) in action.
8
10
9
11

10
12
11
13
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
12
14
15
+
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.
16
+
13
17
### WTF is NFC?
14
18
15
19
NFC stands for **_Near-Field Communication_**. NFC is a set of communication protocols for communication between two electronic devices.
0 commit comments