napi-sample-app
Version:
Nymi API Sample App
33 lines (24 loc) • 778 B
Markdown
# node-napi-sampleApp
NodeJs port of [Nymi Sample Application](https://github.com/Nymi/SampleApps).
Please refer to the official [Nymi Github](https://github.com/Nymi/JSON-API) or [SDK Documentation](https://downloads.nymi.com/sdkDoc/latest/index.html) for details.
## Support
All Platforms supported by the Nymi SDK 4.1 should be supported by this module.
Tested on Windows 7 64bit, macOS Sierra 10.12.2, macOS Sierra 10.12.3 and macOS Sierra 10.12.4.
##### Apple Mac OS
- OS X Yosemite (10.10)
- OS X El Capitan (10.11)
- macOS Sierra (10.12.2 or later)
##### Microsoft Windows
- Windows 10, 8.1, 7
- 64bit only
## Install
```
npm i napi-sample-app
```
## Usage
After installation simply start the app with
```
npm start
```
### License
See LICENSE file.