An open API service indexing awesome lists of open source software.

https://github.com/sagasu/space-x-explorer

Exploration of a SpaceX program.
https://github.com/sagasu/space-x-explorer

angular apollo graphql spacex-api typescript

Last synced: 3 months ago
JSON representation

Exploration of a SpaceX program.

Awesome Lists containing this project

README

          

# SpaceX Explorer
Simple explorer of SpaceX program.

Hosted on Github and available here:
https://sagasu.github.io/space-x-explorer/

![alt text](https://github.com/sagasu/space-x-explorer/blob/master/explorer.png?raw=true)

You can also run it from a docker container.

# Deploy to GitHub pages
To deploy you need to first build it, even if you were serving it before - like if you were just running `npm start` or `npm run start`.

Procedure to deploy:
`npm run build`
`npm run deploy`

Check in GitHub if [action was triggered](https://github.com/sagasu/space-x-explorer/deployments/activity_log?environment=github-pages) - it may take some time < 30 min but often > 2min :)