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

https://github.com/reime005/spaceseek

See and search upcoming and previous rocket space launches! Built with React Native, using Detox E2E tests, Fastlane and Github Actions for app store deployment.
https://github.com/reime005/spaceseek

github-actions hacktoberfest launchlibrary react react-native typescript

Last synced: 8 months ago
JSON representation

See and search upcoming and previous rocket space launches! Built with React Native, using Detox E2E tests, Fastlane and Github Actions for app store deployment.

Awesome Lists containing this project

README

          

# Space Seek - View Space Data

![CI status](https://github.com/reime005/spaceseek/workflows/CI/badge.svg)

![app-preview](./preview.png)

This is a rewrite of ['Space Viewer - Rocket Infos'](https://github.com/reime005/react-native-spaceviewer).

You can see lots of information about rocket space launches from all over the world! Want to know at which location it will launch? Or do you want to see its live stream? All the information are bundled in this app.

This includes rocket launches from SpaceX, NASA, ROSCOSMOS, ISRO, ULA and many more!

# Tech Stack & Credits

- 🚀 API via [The Space Devs](https://thespacedevs.com)
- âš™ī¸ Built with [Typescript](https://www.typescriptlang.org/)
- đŸšĻ Automatic deployment via [Fastlane](https://fastlane.tools)
- ⚡ More comprehensive animations via [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated)
- 🎨 Theming and component styling via [styled-components](https://styled-components.com/)
- đŸ–ŧī¸ SVG support via [react-native-svg](https://github.com/react-native-svg/react-native-svg)
- 📄 Exposing config variables via [react-native-config](https://github.com/luggit/react-native-config)
- 📱 Safe area view [react-native-safe-area-view](https://github.com/react-community/react-native-safe-area-view)
- đŸ–ŧī¸ Fast and performant image loading [react-native-fast-image](https://github.com/DylanVann/react-native-fast-image)
- đŸŗī¸ Typescript enabled internationalization (i18n) via [react-i18next](https://github.com/i18next/react-i18next)
- đŸšĻ Easy navigation via [react-navigation](https://reactnavigation.org)
- đŸ—ŋ Persistence via [async-storage](https://github.com/react-native-async-storage/async-storage)
- đŸ–Ĩ Running lint & tests on staged git files (pre-commit) via [lint-staged](https://github.com/okonet/lint-staged) and [husky](https://github.com/typicode/husky)
- â™Ļī¸ Icons from [material](https://material.io/resources/icons/?style=outline) and [feathericons](https://feathericons.com)
- â„šī¸ Styled components testing via [jest-styled-components](https://github.com/styled-components/jest-styled-components)
- â„šī¸ Auto generated, typescript based axios client via [swagger-axios-codegen](https://github.com/Manweill/swagger-axios-codegen)
- â„šī¸ Hermes enabled