node-fomo
v0.0.4
Published
Fomo.com API wrapper for Node
Downloads
7
Readme
node-fomo
The unoffical Node SDK for the Fomo API service
API docs: https://docs.fomo.com
NOTE: This is a work in progress.
To-Do's
- [x] Implement event routes
- [x] Begin tests
- [ ] Figure out why the
updateEvent
isn't working - [ ] Handle non-successful responses (4XX, 5XX errors)
- [ ] Handle events not found
- [ ] Implement Create a Template
- [ ] Implement Manage Applications
- [ ] Better documentation
- [x] Publish to NPM with properly ignoring test files
Pull requests welcome!
Development
This was developed using Node 8.10. It might work in lower versions.
Install dependences
yarn
Run tests with coverage
yarn test
Optionally run tests in watch mode
yarn tdd
Credits
- https://github.com/usefomo/fomo-nodejs-sdk