An open API service indexing awesome lists of open source software.

https://github.com/soixantecircuits/nfc-reader

Read NFC tag from ACR122 and family easily.
https://github.com/soixantecircuits/nfc-reader

Last synced: 3 months ago
JSON representation

Read NFC tag from ACR122 and family easily.

Awesome Lists containing this project

README

        

# NFC Reader

> A Neodymium project

[![js-standard-style](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](http://standardjs.com/)

[![forthebadge](http://forthebadge.com/images/badges/built-with-love.svg)](http://forthebadge.com)
[![forthebadge](http://forthebadge.com/images/badges/makes-people-smile.svg)](http://forthebadge.com)
[![forthebadge](http://forthebadge.com/images/badges/uses-js.svg)](http://forthebadge.com)
[![forthebadge](http://forthebadge.com/images/badges/uses-badges.svg)](http://forthebadge.com)

## Build Setup

``` bash
# install dependencies
yarn

./node_modules/.bin/electron-rebuild

yarn start
```

For detailed explanation on how things work, checkout the [guide](http://soixantecircuits.github.io/nd/).