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).
Some screenshots here
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!
- Clone the repository with
git clone https://github.com/lucasviinic/orbit-watch.git
- Navigate to the cloned directory with
cd orbit-watch
- Install the dependencies,
flutter pub get
- And finally, run the application with the command
flutter run
.
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.
OrbitWatch is licensed under the MIT License.