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

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

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/.