https://github.com/nerevu/akili
Choropleth Visualizer (visualization training app)
https://github.com/nerevu/akili
app chaplin choropleth coffeescript d3 featured map visualization
Last synced: 6 months ago
JSON representation
Choropleth Visualizer (visualization training app)
- Host: GitHub
- URL: https://github.com/nerevu/akili
- Owner: nerevu
- License: mit
- Created: 2014-10-20T22:42:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-08-01T09:50:03.000Z (almost 5 years ago)
- Last Synced: 2024-04-14T07:09:11.397Z (about 1 year ago)
- Topics: app, chaplin, choropleth, coffeescript, d3, featured, map, visualization
- Language: CoffeeScript
- Homepage: https://showcase.akili.nerevu.com
- Size: 2.91 MB
- Stars: 6
- Watchers: 5
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# akili

## Introduction
akili is a [Brunch](http://brunch.io) and [Chaplin](http://chaplinjs.org) web app for creating responsive choropleths.
## Requirements
akili has been tested on the following configuration:
- MacOS X 10.9.5
- [Brunch](https://brunch.io) (required)
- [Chaplin](https://chaplinjs.org) (required)
- [Node.js](http://nodejs.org) (required)
- [Bower](http://bower.io) (required)
- [Coffeescript](http://coffeescript.org/) (required to run a production server)## Setup
*Install node (if you haven't already)*
MacOS X
sudo port install node
or
brew install node
*Install requirements (if you haven't already)*
```bash
npm install -g brunch
npm install -g bower
npm install -g coffee-script
```*Development versions*
```bash
$ node --version
v4.4.5
$ npm --version
5.0.3
$ brunch --version
2.10.9
$ bower --version
1.8.0
$ coffee --version
CoffeeScript version 1.12.6
```## Installation
```bash
git clone https://github.com/nerevu/akili.git
cd akili
npm install
```## Usage
*Run development server (continuous rebuild mode)*
brunch watch --server
*Run production node server*
coffee server.coffee
*Build html/css/js files (will appear in `public/`)*
brunch build
*Build html and minified css/js files (will appear in `public/`)*
brunch build --production
## License
akili is distributed under the [MIT License](http://opensource.org/licenses/MIT).