No Description

Michael Schwarz 3e6f7b7154 Fuer peki 9 years ago
css 587f38e1dd use leaflet.css from bower component 9 years ago
img 5c1b8c70b7 fix broken background in force-light theme 10 years ago
lib a6861a553e Renamed WLAN-Verbindungen to Peers 9 years ago
nodes c337b44c42 remove now unnecessary .htaccess files 9 years ago
tasks 420798c7d8 adjust clean task to work better in dev environments 9 years ago
templates e23d1fdb3d Merge remote-tracking branch 'upstream/master' into update 9 years ago
.eslintrc 15e9f5aae2 port all JS sources to requirejs 9 years ago
.gitignore e23d1fdb3d Merge remote-tracking branch 'upstream/master' into update 9 years ago
.travis.yml 6f8e7b10e5 setup basic tests for continuous integration (using travis) 9 years ago
Gruntfile.js 6f8e7b10e5 setup basic tests for continuous integration (using travis) 9 years ago
INSTALL 8ae97f1ff1 Set sitename 9 years ago
LICENSE f44d51eaf1 add GPLv3 license 10 years ago
README.md b1bafe21ea add build status batch to README.md 9 years ago
bower.json 15e9f5aae2 port all JS sources to requirejs 9 years ago
config.js e23d1fdb3d Merge remote-tracking branch 'upstream/master' into update 9 years ago
config.json 3e6f7b7154 Fuer peki 9 years ago
package.json 6f8e7b10e5 setup basic tests for continuous integration (using travis) 9 years ago
wifi-rssi-scale.png 0b7f7ac50b Added Images/Code for Coverage Map 10 years ago

README.md

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.