cronofy / cronofy-node

Node wrapper for the Cronofy API
https://docs.cronofy.com/developers
MIT License
49 stars 23 forks source link

Data centres #19

Closed Haziba closed 7 years ago

Haziba commented 7 years ago

Note to tester: Also taken this in a step forwards towards having the client details / tokens and maintaining that state, as we need to do that for the data centres so it's only smart to do that now

warbrett commented 7 years ago

Looks like there's a few linting errors in this one(all easy!). While the library doesn't have tests if you run npm run test you should see them all :)

AdriVanHoudt commented 7 years ago

if you add --fix to the npm test script will do a lot of those style fixes for you ;)