Skip to content

LucasGarcez/weather-app

Repository files navigation

React Native Weather App

This is a React Native App to show information about location and weather. The App use two service to handle this information.

Setup Environment

Project created with React Native CLI. See official docs to set up the environment.

Env Variables

Create a file called .env in the root of the project with the following variables:

HERE_API_KEY=
WEATHER_API_KEY=

There is an example in .env.example. You need request the keys to the project owner.

Run

Install dependencies

yarn

Install IOS Pods

cd ios && pod install

Run IOS

yarn ios

Run Android

yarn android

Run Tests

yarn test

🛠 Tech and Libraries

App Screenshots

Android (Light) Android (Dark) IOS (Light) IOS (Dark)
Address Screen
Weather Screen
Config Screen
Menu

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published