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

https://github.com/kfox/gradus

Gradus Ad Parnassum meets HTML5
https://github.com/kfox/gradus

Last synced: 10 months ago
JSON representation

Gradus Ad Parnassum meets HTML5

Awesome Lists containing this project

README

          

## Hyper-gradus!

See the [Roadmap](ROADMAP.md) and the [GHETTO_RFC](GHETTO_RFC.md)

## How to run

```
gem install serve
serve .
```
and then hit localhost:4000 in the browser

## How to run tests

1) Install [node](http://nodejs.org)

2) Install testem for prettiness

```
npm install mocha
npm install should
npm install chai
npm install testem -g
```

3) Run tests from the **project root**

```
testem
```

This will launch chrome and display results in terminal.