Cross Platform Astronomy APP - React Native
Start with:
npm i
This project was recently eject to Android, you can running using EXPO or CLI:
Expo Start
React-Native run:android
Goals:
There are mainly three goals for this APP:
1 - Showing the current KPI, which is indicator level of magnetosphere activity. High KPIs mean high probabilities to see Auroras (Nothern Lights).
2 - Check the current day's asteroid scenario, showing which asteroids are closer to the Earth and highlighting the asteroids considered dangerous by NASA.
3 - Show the current position of the International Space Station over the planet.
This project is served by some APIs. The main API consumed in this project is AstronomyHero. This is a custom API that runs in AWS (private repository).