Skip to content

this is a simple single page react native app that displays the weather results from https://openweathermap.org

Notifications You must be signed in to change notification settings

vighneshwho/weatherApp

Repository files navigation

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

About

this is a simple single page react native app that displays the weather results from https://openweathermap.org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published