From 61f3de628768304eba756000ab26cd8757fbe978 Mon Sep 17 00:00:00 2001 From: Patricio Vargas Date: Thu, 12 Aug 2021 02:47:00 -0400 Subject: [PATCH] added more info to readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4064e3e..b263ab5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ ## 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. @@ -10,6 +12,8 @@ This is the [sample app](https://react-nfc-90146.web.app/) in action. 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.