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

https://github.com/faradayio/hootroot1

Hootroot: give a hoot, green your route
https://github.com/faradayio/hootroot1

Last synced: 12 months ago
JSON representation

Hootroot: give a hoot, green your route

Awesome Lists containing this project

README

          

# Setup

## Requirements

* Ruby
* [node.js](http://nodejs.org/#download)

gem install bundler
bundle update
npm install
sudo npm install -g browserify
sudo npm install -g vows

## Running

rails s

# Testing

vows

# Special packages

* [qwery](http://github.com/ded/qwery) (jQuery selector replacement)
* [bonzo](http://github.com/ded/bonzo) (jQuery DOM manipulator replacement)
* [bean](http://github.com/fat/bean) (jQuery event management replacement)
* [morpheus](http://github.com/ded/morpheus) (jQuery UI effects replacement)