-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Javier Mellado
authored
May 14, 2017
1 parent
4a0ca40
commit 95fedb0
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
# The-GArdian | ||
React Native demo app powered by The Guardian API | ||
|
||
###note | ||
### note | ||
This repo won't work unless you get an access key to The Guardian API. | ||
Once you get yourself an API key, go to ```./utils/core.js``` to the line 7 and set the variable ``apiKey`` with your Api key. | ||
|
||
You can get your key in this link [Get The Guardian API key](http://open-platform.theguardian.com/access/#get-access) | ||
|
||
##Install | ||
## Install | ||
|
||
|
||
Execute `npm install` | ||
|
||
##Run the app | ||
## Run the app | ||
Execute `react-native run-ios` | ||
|
||
##Demo | ||
## Demo | ||
|
||
![alt tag](https://github.com/teseo/the-gardian/raw/master/assets/demoApp.gif) |