An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![AstroFlash](./icon_rm.png "AstroFlash")

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)