Skip to content

WojtekBoman/weatherApp

Repository files navigation

weatherApp

A simple mobile application that allows you to check the weather forecast in any location

Table of contents

General info

Mobile application developed with React Native and free OpenWeather API (https://openweathermap.org/forecast5)

Technologies

Project is created with:

Screenshots

8 6 7 5

Setup

Make sure that you have Expo CLI installed globally

npm install -g expo-cli

Clone the repo

git clone https://github.com/WojtekBoman/weatherApp.git

Install dependencies

$ cd ../weatherApp
$ npm install

Create an .env file in the main project folder and place the API key in it - https://openweathermap.org/forecast5

REACT_APP_WEATHER_API_KEY=your_key

Run the project

expo start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published