Skip to content
This repository has been archived by the owner on Jan 20, 2021. It is now read-only.

geoffdutton/node-fomo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-fomo

Deprecated

I recommend using the official SDK found here: https://github.com/usefomo/fomo-nodejs-sdk

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