Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rgaidot/themoviedb-discover
https://github.com/rgaidot/themoviedb-discover
es6 flow flowtype javascript react react-native redux themoviedb themoviedb-api
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/rgaidot/themoviedb-discover
- Owner: rgaidot
- Created: 2017-05-07T06:37:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-25T09:19:15.000Z (over 7 years ago)
- Last Synced: 2024-10-31T13:23:14.291Z (3 months ago)
- Topics: es6, flow, flowtype, javascript, react, react-native, redux, themoviedb, themoviedb-api
- Language: JavaScript
- Size: 151 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ThemoviedbDiscover
## Install
```sh
make install
```## Dev
Add your themoviedb key in config file (config/index.js)
### Lint sources codes
```sh
make prettier
```### run on iOS
```sh
make run-ios
```### run on Android
Do not forget to set ANDROID_HOME
```sh
make run-android
```> **Note:**
> If you are getting this error: *Error calling Appregistry.runApplication*
> You can fix by `adb reverse tcp:8081 tcp:8081`