Skip to content

raoulDoc/SWexplorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SWexplorer

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:

  1. A Scala script which generates a data.json from different data sources
  2. A HTML/D3.js front-end on top of the generated data.json

Requirements

  • Scala 2.11
  • Sbt 0.13+

How to run

$ git clone git@github.com:raoulDoc/SWexplorer.git
$ cd SWexplorer
$ sbt test
$ sbt run
$ python -m SimpleHTTPServer &
$ open http://localhost:8000/starwars_explorer/

Notice

Data collection relies on two separate sources which may change in the future. Consequently this application may fail in the future.

About

Star Wars explorer: starships data collection and visualisation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published