/blowy

A weather application that makes a city search and brings information about the current temperature, the next 3 hours and the next 5 days.

Primary LanguageJavaScript

About the Project 👷

Climate Application, which provides information on the required location.

Open Weather Map ⛅

Api used in the project.

More About The API

List of Site Elements 📋

Home Screen 🏠 Search Screen 🔍 Localization Screen 🌎
Favorite Locations List: Element that shows in addition to the list of locations, the option to add a location. It navigates to the search screen. Search Input: Element where the user performs the search. It navigates to the location screen. Location Information: Element that shows information on location and temperature for the next 3 hours, minimum and maximum temperature for the next 5 days.

Installation 🔧

# Install the comand line tools
$ npm install --global expo-cli

Server Development 💻

# To run this project on your machine, after cloning the repository, type expo start
$ expo start

You will be redirected to the link http://localhost:19002/. The application automatically reloads each change in the code.

If you don't already have a packager running for this project, expo will start one for you.

📌 Please note: When you run expo build, Expo automatically publishes your app (with expo publish). In order to avoid accidentally publishing changes to your production app, you may want to use release channels.