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.
- Host: GitHub
- URL: https://github.com/freethenation/jsfail
- Owner: freethenation
- License: mit
- Created: 2013-02-22T19:26:42.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-02-22T21:08:16.000Z (over 13 years ago)
- Last Synced: 2025-03-07T10:18:14.937Z (over 1 year ago)
- Language: JavaScript
- Size: 309 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/)