Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artcom/nfc-event-publisher
https://github.com/artcom/nfc-event-publisher
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/artcom/nfc-event-publisher
- Owner: artcom
- License: mit
- Created: 2022-01-07T16:24:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-10T15:28:03.000Z (about 3 years ago)
- Last Synced: 2024-11-07T06:36:30.945Z (3 months ago)
- Language: JavaScript
- Size: 65.4 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NFC Event Publisher
Publishes tag payloads to the broker provided by a [bootstrap-server](https://github.com/artcom/bootstrap-server). For TAG_ISO_14443_3 ("simple tags") the payload needs to be encoded as custom url. For TAG_ISO_14443_4 (Android tags) the payload is parsed as is.
## Run locally
* Copy `config.json.template` into `config.json` (default location) and change `bootstrapUrl` and `tagScheme` properties, OR
* provide `config.json` in another location and point to it via cli args `npm start -- configFile=````bash
npm install
npm start
```