An open API service indexing awesome lists of open source software.

https://github.com/freethenation/jsfail

JsFail is a website containing a collection of JavaScript and Json tools glued together from awesome open source projects from around the net.
https://github.com/freethenation/jsfail

Last synced: 3 months ago
JSON representation

JsFail is a website containing a collection of JavaScript and Json tools glued together from awesome open source projects from around the net.

Awesome Lists containing this project

README

          

### The current version of JsFail is hosted at [JsFail.com](http://jsfail.com)

#What is [JsFail](http://jsfail.com)?
[JsFail](http://jsfail.com) is a collection of JavaScript and Json tools glued together from awesome open source projects from around the net. JsFail itself is an open source project written in CoffeeScript and running on Express.

#How to run JsFail locally
1. `npm install -g coffee-script`
2. `npm install jsfail`
3. `cd node_modules/jsfail`
4. `cake run`
5. point your browser to [http://localhost:3001/](http://localhost:3001/)