VladKorzun / spacex-go

Simple yet powerful, open-source SpaceX launch tracker.

Home Page:https://play.google.com/store/apps/details?id=com.chechu.cherry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpaceX GO! - Launch Tracker

SpaceX GO! - codenamed Project: Cherry, is an open-source unofficial SpaceX launch tracker app built for fun, and with educational purposes.

About the project

The only purpose of this project is to start developing hybird mobile apps, using the Flutter SDK. This development kit allows me to deploy it to Android & iOS with ease. The app has been developed to be light-weight, fast and easy to use. It takes all the data from the open-source r/SpaceX REST API, which can be found here.

Features

  • Launch tracking & details: detailed list of past & upcoming launches.
  • Vehicle catalogue: read about all rockets, capsules & ships SpaceX has develop over the years.
  • Ships tracker: tells position, speed & status of all active ships used by SpaceX.
  • Tesla Roadster tracker: orbit, speed & distance of the Elon Musk's Tesla Roadster.
  • Core & capsules details: more information about each core & capsules launched.
  • Company details: general company details & achievements.

Download & install

First, clone the repository with the 'clone' command, or just download the zip.

$ git clone git@github.com:jesusrp98/spacex-go.git

Then, download either Android Studio or Visual Studio Code, with their respective Flutter editor plugins. For more information about Flutter installation procedure, check the official install guide.

Install dependencies from pubspec.yaml by running flutter packages get from the project root (see using packages documentation for details and how to do this in the editor).

There you go, you can now open & edit the project. Enjoy!

Built with

Authors

License

This project is licensed under the GNU GPL v3 License - see the LICENSE.md file for details.

Postdata

  • Built just for fun :)
  • Don't panic!

About

Simple yet powerful, open-source SpaceX launch tracker.

https://play.google.com/store/apps/details?id=com.chechu.cherry

License:GNU General Public License v3.0


Languages

Language:Dart 99.4%Language:Objective-C 0.4%Language:Java 0.2%