Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/torgeadelin/borderless-nasa

React Native App using NASA's APIs
https://github.com/torgeadelin/borderless-nasa

nasa nasa-api react-native-app redux redux-saga

Last synced: about 1 month ago
JSON representation

React Native App using NASA's APIs

Awesome Lists containing this project

README

        

[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](http://standardjs.com/)

# Borderless

### :warning: Work in progress...

React Native App to explore the space using NASA's APIS

## Preview

### Lauch Screen

- Animated with React Native `Animated`

## :rocket: How to Run App

1. `cd` to the repo
2. `npm intall`
3. Run Build for either OS

- for iOS
- run `react-native run-ios`

### Get started:

1. Copy .env.example to .env
2. Add your config variables
3. Follow instructions at [https://github.com/luggit/react-native-config#setup](https://github.com/luggit/react-native-config#setup)
4. Done!