JSON Toolbox is nothing more than a playground to try out Node.js and Coffee-script techniques while also providing a (semi-)useful JSON web service).
Quite a few useful and a lot not so useful services are available. Check out the wiki for more info.
- Fork this repo
- Create a feature branch
- Hack
- Create a pull request
First of all, copy package.json.dev
to package.json
. This is a
temporary hack for Heroku. Heroku tries to install development
dependencies, which currently fails for Zombie.js.
cp package.json.dev package.json
Install coffee-script
and vows
:
npm install -g coffee-script
npm install -g vows
Then, run the tests with the following command:
NODE_ENV=test vows --spec
- Ariejan de Vroom ariejan@ariejan.net
Copyright (c) 2011 Ariejan de Vroom
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.