/ffmap-d3

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

ffmap-d3

Build Status

This repository shows the graph of all nodes in the freifunk network. if you clone this repository, you also need to download some sample data into nodes.json, for example the nodes of Freifunk Lübeck:

https://luebeck.freifunk.net/map/nodes.json

Development

To build the project, you need to have nodejs and grunt-cli installed. Install the nodejs packages for your operating system (and npm, if those packages do not already contain it). Then install the grunt-cli node package globally, by running npm install -g grunt-cli. After that run npm install in the root directory of the project.

You are now ready to build the project by running grunt. To start a development server on localhost, you can use grunt dev. This task will build the project, start a development server, and watch the source files for changes.