diff --git a/README.md b/README.md index a6732e4..ce43d1f 100644 --- a/README.md +++ b/README.md @@ -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)