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

https://github.com/caged/datavis-template

A template for middleman for quickly prototyping datavis stuff in CoffeeScript. Comes with jquery, d3, topojson, bower and more.
https://github.com/caged/datavis-template

Last synced: about 2 months ago
JSON representation

A template for middleman for quickly prototyping datavis stuff in CoffeeScript. Comes with jquery, d3, topojson, bower and more.

Awesome Lists containing this project

README

          

### Installation

```
git clone git@github.com:Caged/datavis-template.git ~/.middleman/data
```

### Usage

```
middleman init MY_APP_NAME --rack --template=data
cd MY_APP_NAME
bower install
./script/server
```