0.0.8 • Published 9 years ago
tidybear v0.0.8
tidybear.fr API for NodeJS
This is an API for the cleaning company TidyBear's API, in NodeJS. The documentation for the API can be found here.
Cloning
git clone https://github.com/shyal/tidybear-api-node.git
cd tidybear-api-node.gitTesting
# install package depdendencies
npm install
# run tests
npm testPlease note that npm test simply runs ./test.sh.
Dependencies
coffeescript
If you want to make durable changes to this repo, you'll see the coffeescript compiler installed.
npm -g install coffee-script