Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 721 Bytes

README.md

File metadata and controls

37 lines (20 loc) · 721 Bytes

Launchstats

Easily search through historical and upcoming rocket launch data

Demo

Try it on Heroku

Data

Uses LaunchLibrary to provide details about:

  • Launch Name
  • Rocket Family
  • Launch Pad
  • Launch Date
  • Mission Details
  • etc

Screenshot

Usage

Built on Elixir 1.3 and Erlang/OTP 19. Ensure these exist on your system

  • Install elixir dependencies mix deps.get
  • Install js dependencies npm install
  • Start server mix phoenix.server

Visit localhost:4000 from your browser