yvan / datamap

Maps various measured internet data onto a navigable world map.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

datamap

Maps various measured internet data onto a navigable world map.

Requires node.js install and npm.

Usage

Just clone the repo and run:

npm install

then run

node index.js

inside the new repo directory. Then go to the urlhttp://localhost:5000 and you'll see the map.

You can also check out a working version online at https://datamap.herokuapp.com/. The heroku version is much slower than cloning the repo and running locally.

here is a screenshot:

![image of screen] (https://github.com/yvan/datamap/blob/master/static/screen.png)

Sources:

The CSS SideTab bar was appropriated from this blog. Then I stripped it down to get rid of all the weird icons they had and added my own buttons and corresponding JS actions on the map.

Todo:

Add tooltips as we hover over countries.

About

Maps various measured internet data onto a navigable world map.

License:MIT License


Languages

Language:JavaScript 80.1%Language:HTML 11.6%Language:CSS 8.3%