Skip to content

deksmond/WeatherApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WeatherApp

This is a weather forcast application built with React Native using Expo CLI. Upon search of any city, the application returns the weather and temperature in real time from a MetaWeather API, coupled with a smooth UI displaying a background image similar to the current weather condition of the inputed city.

Follow the steps, test it, and enjoy!

Usage

Clone or fork this repository then follow these instructions to run the application:

install Node.js from https://nodejs.org/en/download/

If you already have Node.js installed, open your terminal, then run:

npm install -g expo-cli
expo init WeatherApp
cd WeatherApp
npm start # you can also use: expo start

Then install the Expo client app on your iOS or Android phone by downloading from your respective app store and connect to the same wireless network as your computer. On Android, use the Expo app to scan the QR code from your terminal to open your project. On iOS, follow on-screen instructions to get a link.

About

A React native mobile application which returns a city's current weather condition in an animated way.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors