node-fomo

Fomo.com API wrapper for Node

Usage no npm install needed!

<script type="module">
  import nodeFomo from 'https://cdn.skypack.dev/node-fomo';
</script>

README

node-fomo

JavaScript Style Guide Build Status Coverage Status Known Vulnerabilities

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

  • Implement event routes
  • 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
  • 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