what2see is a Polymer app built for DevFest Rome 2014 showcasing 700+ interesting monuments you can find in Rome.
Monuments' data come from the City of Rome's OpenData hub: dati.comune.roma.it
See demo here: www.claudiodangelis.com/demo/what2see/what2see.html
- Install Dart
pub get
pub serve
(At project root)- Open http://localhost:8080\web\what2see.html in Dartium.
pub build
- compiles to JavaScript to run in any modern browser.- Run
python -m SimpleHTTPServer
atbuild/web
. - Open http://localhost:8000/what2see.html