Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 972 Bytes

README.md

File metadata and controls

46 lines (31 loc) · 972 Bytes

js-weather

A simple weather app built to get familiar with asynchronous JavaScript (and now React!).

screenshot

Live version

A live version is available here

Built with

Features

  • Location search (with support for the geolocation API).
  • 5 day forecast with maximum and minimum temperatures.
  • Weather data caching using localStorage to reduce API hits.

Installation

npm install
npm run build

Start the server

npm start

Author

👤 Eleazar Meza