https://github.com/at1as/launchstats
UI to search through past and future rocket launch data
https://github.com/at1as/launchstats
elixir manifest rocket space
Last synced: about 2 months ago
JSON representation
UI to search through past and future rocket launch data
- Host: GitHub
- URL: https://github.com/at1as/launchstats
- Owner: at1as
- Created: 2016-10-31T07:53:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-19T04:28:10.000Z (over 9 years ago)
- Last Synced: 2025-05-20T06:37:24.567Z (about 1 year ago)
- Topics: elixir, manifest, rocket, space
- Language: Elixir
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Launchstats
Easily search through historical and upcoming rocket launch data
## Demo
Try it on [Heroku](https://launchstats.herokuapp.com/stats/search)
## Data
Uses [LaunchLibrary](http://launchlibrary.net/1.2/docs/api.html) 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`](http://localhost:4000) from your browser