harmony-one / harmony-dashboard

Harmony Explorer Front-end
https://explorer.harmony.one
21 stars 21 forks source link

Build a world map to show # of nodes and locations #6

Open LeoHChen opened 5 years ago

LeoHChen commented 5 years ago

On our explorer.harmony.one, we can build a world map to show the number of nodes and their location, similar to what nkn's explorer shows.

mewmix commented 5 years ago

if there is a nodelist that we can scrape data from the ip i suggest using ip-api to retrieve data as json then render a geomap from the json data...

example

curl ip-api.com/batch --data '[{"query": "208.80.152.201"}, {"query": "91.198.174.192"}]'