Hacker News new | ask | show | jobs
by ninetax 5058 days ago
Wow, this is awesome! How long did this take? What do you use for the map UI?
1 comments

Thanks!

We built it in about 3 months.

We use SVG and d3.js for the web interface. In the Android app, we use native Canvas (and share Javascript code with the website-- about half of our code is shared between the Android app and website!)