Skip to content

Latest commit

 

History

History
70 lines (44 loc) · 1.36 KB

README.md

File metadata and controls

70 lines (44 loc) · 1.36 KB

Welcome to cloudy 👋

David

A simple weather app that gives information about current day weather based on user location, and also shows weather preview for next seven days.

PREVIEW

Main screen preview

Install

yarn

or

npm install

Usage

yarn android

or

npm run android

Important

In way to provide a better experience, i used these two APIs in order to get precisely the user location and fetch the weather data of the current location:

Both APIs can be used by getting a free API key by registering on their website.

To use your API keys, just place them in: src\config\api.ts

And the file must be like:

const  weatherKey  =  'OpenWeather API Key';
const  geolocationKey  =  'OpenCage Geocode API Key';
export {weatherKey, geolocationKey};

Run tests

yarn test

Author

👤 Roberto Araújo