Home > jsontoolbox

jsontoolbox

Jsontoolbox is a project mainly written in COFFEESCRIPT and JAVASCRIPT, it's free.

Trying out some Node.js and coffee-script techniques while providing a semi-useful webservice

JSON Toolbox

http://jsontoolbox.com

What's this?

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).

What does JSON Toolbox provide?

Quite a few useful and a lot not so useful services are available. Check out the wiki for more info.

Contributing

  • Fork this repo
  • Create a feature branch
  • Hack
  • Create a pull request

Running tests

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

Authors

License

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.
Previous:NavigationBundle