Skip to content

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

Notifications You must be signed in to change notification settings

robertheory/cloudy

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published