This is a toy project to explore Star Wars starships by film through a D3.js tree layout.
Data is aggregated from http://swapi.co and http://starwars.com
Demo: http://urma.com/sw/
The project constitutes of two parts:
- A Scala script which generates a data.json from different data sources
- A HTML/D3.js front-end on top of the generated data.json
- Scala 2.11
- Sbt 0.13+
$ git clone git@github.com:raoulDoc/SWexplorer.git
$ cd SWexplorer
$ sbt test
$ sbt run
$ python -m SimpleHTTPServer &
$ open http://localhost:8000/starwars_explorer/
Data collection relies on two separate sources which may change in the future. Consequently this application may fail in the future.