Visualize the Freifunk Mesh
Find a file
2015-04-03 22:21:52 +02:00
doc README: add screenshots 2015-04-01 17:07:50 +02:00
html replace Intl.NumberFormat with numeraljs 2015-04-02 02:33:17 +02:00
img forcegraph: optimize background image 2015-04-02 02:46:19 +02:00
lib enhance sidebar and content styling 2015-04-02 04:17:35 +02:00
scss fix width of div.content 2015-04-02 18:43:27 +02:00
tasks replace Intl.NumberFormat with numeraljs 2015-04-02 02:33:17 +02:00
.gitignore switch to sass 2015-03-31 15:39:41 +02:00
.travis.yml add travis-ci 2015-04-01 17:53:30 +02:00
app.js replace Intl.NumberFormat with numeraljs 2015-04-02 02:33:17 +02:00
bower.json replace Intl.NumberFormat with numeraljs 2015-04-02 02:33:17 +02:00
build.js refactor main, app 2015-03-29 04:35:20 +02:00
Gruntfile.js switch to sass 2015-03-31 15:39:41 +02:00
helper.js replace Intl.NumberFormat with numeraljs 2015-04-02 02:33:17 +02:00
index.html replace Intl.NumberFormat with numeraljs 2015-04-02 02:33:17 +02:00
LICENSE license as GPL3 2015-03-29 00:22:21 +01:00
package.json forcegraph: test for localStorage before using it 2015-04-01 16:00:20 +02:00
README.md README: mention ruby/sass dependency 2015-04-03 22:21:52 +02:00
style.css switch to sass 2015-03-31 15:39:41 +02:00

Build Status

Meshviewer

Meshviewer is a frontend for ffmap-backend.

Screenshots

Dependencies

  • npm
  • bower
  • grunt-cli
  • Ruby and Sass

Installing dependencies

npm install
bower install

Building

You may want to tweak lib/config.js to point to your data fils. If it's served from a different domain, remember to enable CORS on your webserver. Enabling GZip will reduce bandwidth consumption.

Just run:

grunt

This will generate build/ containing all required files.