https://github.com/inaldor/spacex
An app to keep track of SpaceX launches
https://github.com/inaldor/spacex
restful-api swift viper-architecture
Last synced: 25 days ago
JSON representation
An app to keep track of SpaceX launches
- Host: GitHub
- URL: https://github.com/inaldor/spacex
- Owner: inaldor
- License: mit
- Created: 2021-02-04T09:39:52.000Z (over 5 years ago)
- Default Branch: development
- Last Pushed: 2021-02-15T21:42:59.000Z (over 5 years ago)
- Last Synced: 2025-03-06T05:14:07.133Z (over 1 year ago)
- Topics: restful-api, swift, viper-architecture
- Language: Swift
- Homepage:
- Size: 4.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SpaceX
An app to keep track of SpaceX launches
## About
This app aims to keep the user informed about the latest SpaceX launches using the open-source SpaceX-API. The user can filter the list of launches to show only successful launches, refresh the list of launches by swiping down or click on an item of the list to see more information about it. The app doesn't use any third-party libraries or frameworks.
## Features
* List of all launches of SpaceX along with launch date and mission name ordered by launch date
* Refresh list of launches
* Filter list to show only successful launches
* Check more information about a specific launch
* Good coverage on Tests, Integration and Unit(TODO)
* A widget to inform the user about a new launch(TODO)
## Pictures

## License
This project is licensed under the [MIT License](https://github.com/inaldor/SpaceX/blob/development/LICENSE)