https://github.com/ingvardm/astro-flash
An open source toolkit for amateur astronomy
https://github.com/ingvardm/astro-flash
android astronomy compass flashlight gyroscope react-native
Last synced: 5 months ago
JSON representation
An open source toolkit for amateur astronomy
- Host: GitHub
- URL: https://github.com/ingvardm/astro-flash
- Owner: ingvardm
- License: gpl-3.0
- Created: 2018-03-10T09:19:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-10-26T10:46:50.000Z (8 months ago)
- Last Synced: 2025-10-26T12:27:11.025Z (8 months ago)
- Topics: android, astronomy, compass, flashlight, gyroscope, react-native
- Language: JavaScript
- Size: 2.06 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 68
-
Metadata Files:
- Readme: README.MD
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

Description
===
A simple app to help you along with your nightly stargazing.
Features
===
* Adjustable red flashlight
* Compass
* Level
Download
===
[Google Play](https://play.google.com/store/apps/details?id=com.astroflash)
Get the latest Android build [here](https://drive.google.com/open?id=1Pn3Ood_4879TTl7ROG3bHld9yoSP-Xxh)
Develop
===
First follow these [instructions](https://facebook.github.io/react-native/docs/getting-started.html#installing-dependencies) to install [react-native-cli](https://facebook.github.io/react-native/docs/getting-started.html#installing-dependencies)
```bash
#clone
git clone git@github.com:ingvardm/astro-flash.git && cd astroflash
# install required packages
npm i
#run in debug mode
react-native run-android
```
Build signed APK
===
Follow [these guidelines](https://facebook.github.io/react-native/docs/signed-apk-android.html) to build a signed APK
Task Board
===
Visit [Github project](https://github.com/ingvardm/astro-flash/projects/1)
Contributions
===
Yes, please!
To contribute to this project follow [these guidelines](https://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project)
---
made with ❤️ by [Igor Poughatch](https://github.com/ingvardm)