Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nerevu/redcross-viz
El Niño visualization for Red Cross Kenya
https://github.com/nerevu/redcross-viz
choropleth d3 dcjs leaflet map visualization
Last synced: 2 days ago
JSON representation
El Niño visualization for Red Cross Kenya
- Host: GitHub
- URL: https://github.com/nerevu/redcross-viz
- Owner: nerevu
- License: mit
- Created: 2016-01-29T11:43:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-03-10T03:14:44.000Z (almost 4 years ago)
- Last Synced: 2024-04-15T00:06:04.776Z (8 months ago)
- Topics: choropleth, d3, dcjs, leaflet, map, visualization
- Language: CoffeeScript
- Homepage: https://showcase.redcross-viz.nerevu.com/
- Size: 973 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Red Cross El Niño Dashboard
![dashboard-screenshot](app/assets/images/screenshot-1024,1024.png)
## Introduction
This [Brunch](//brunch.io) and [Mithril](//mithril.js.org) web application reveals El Niño’s impact on Kenya.
## Requirements
redcross-viz has been tested on the following configuration:
- MacOS X 10.13.6
- Brunch 3.0.0 (required)
- Mithril 1.1.7 (required)
- [npm](//www.npmjs.com/) 6.13.4 (required)
- [Coffeescript](//coffeescript.org/) 2.4.1 (required to run a production server)
- [Node.js](//nodejs.org) 10.14.2 (required to run a production server)## Setup
*Install requirements (if you haven't already)*
```bash
npm install -g brunch coffeescript
```## Installation
```bash
brunch new gh:nerevu/redcross-viz
cd nerevu/redcross-viz
npm install
```## Usage
*Run development server (continuous rebuild mode)*
npm start
*Run production node server*
npm start:prod
*Build html/css/js files (will appear in `public/`)*
npm build
*Build html and minified css/js files (will appear in `public/`)*
npm build:prod
## License
redcross-viz is distributed under the [MIT License](//opensource.org/licenses/MIT).