Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 672 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 672 Bytes

weatherApp

A single page react native app that displays the weather results from https://openweathermap.org

screenshot

How to install

First clone the repository to your directory, and make a file called api.js in the ./src directory and add the folowing lines of code

const api = "API_KEY";
export {api};

you can claim your api key from https://openweathermap.org/appid

set up react native if you haven't already from https://facebook.github.io/react-native/docs/getting-started.html

Run it using react-native run-android and you'll be good to go