https://github.com/affix/reactnative-sickrage
A ReactNative App to interface with the Sickbeard / SickRage API
https://github.com/affix/reactnative-sickrage
Last synced: 10 months ago
JSON representation
A ReactNative App to interface with the Sickbeard / SickRage API
- Host: GitHub
- URL: https://github.com/affix/reactnative-sickrage
- Owner: affix
- Created: 2016-05-16T06:29:10.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-16T06:48:19.000Z (about 10 years ago)
- Last Synced: 2025-01-14T14:59:37.685Z (over 1 year ago)
- Language: JavaScript
- Size: 92.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReactNative-Sickrage
A ReactNative App to interface with the Sickbeard / SickRage API
This app is very WIP and is free for all to use / copy / modify.
API Key provided is a sample and will not work. Please configure your sickbeard/rage installation in Classes/SickrageApi.js
# Running on ios
NOTE: You must have xcode installed on your mac!
```
[you@osx ReactNative-SickRage] # npm install react-native
[you@osx ReactNative-SickRage] # git clone https://github.com/Affix/ReactNative-SickRage
[you@osx ReactNative-SickRage] # cd ReactNative-SickRage
[you@osx ReactNative-SickRage] # react-native run-ios
```
# Android
Coming Soon!
# License
Copyright 2016 Keiran Smith
ReactNative-SickRage is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
ReactNative-SickRage is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with Foobar. If not, see http://www.gnu.org/licenses/.