Clone this project.
git clone git@github.com:alexpapworth/fizzbuzz-app.git
Install the dependencies
cd fizzbuzz-api
sudo npm install fs
sudo npm install request
sudo npm install minimist
sudo npm link
Run the API.
fizzbuzz show favourites --number 8
To see a full list of commands, run:
fizzbuzz --help
This repository was built to work with Fizzbuzz App, a Ruby on Rails website.
By default this api is configured to run off localhost:3000. You'll want to have that running in another terminal so you can test this tool out.