/orbit_watch

An app that displays in real-time the position of satellites in orbit around Earth as well as the launch schedule of rockets carrying more satellites into orbit.

Primary LanguageDart

OrbitWatch 🛰️

OrbitWatch is a mobile application developed with Flutter that displays the real-time position of satellites in orbit around Earth and the launch schedule of rockets carrying more satellites into orbit. The backend of the application is developed with Go (Golang).

Screenshots

Some screenshots here

How to Clone and Run the App

This project is built with Flutter, so before getting started, make sure you have Flutter installed and set up on your system. For more information, please refer to https://docs.flutter.dev/get-started/install.

Once that's done, let's get started!

  1. Clone the repository with git clone https://github.com/lucasviinic/orbit-watch.git
  2. Navigate to the cloned directory with cd orbit-watch
  3. Install the dependencies, flutter pub get
  4. And finally, run the application with the command flutter run.

Contributing

We welcome contributions to OrbitWatch! To contribute, please fork this repository and submit a pull request with your changes. For more information, please see our Contributing Guidelines.

License

OrbitWatch is licensed under the MIT License.