Skip to content

lhbelfanti/umbrella

Repository files navigation

Repository logo

Umbrella

Weather forecast wallpaper

➥ Live Demo

Repo size License


Weather forecast wallpaper

Web project based on RainEffect project.

Preview

Umbrella project preview

Implemented functionalities

  • Real time forecast of the following 5 days.
    • The max, min and average temperature of each day, with its icon.
  • Temperature units: Centigrade and Fahrenheit.
  • Different languages and locations.

Steps to configure the project

  1. Install npm.
  2. Install gulp
  3. Go to project root folder and run:
    1. npm install - to install dependencies
    2. gulp build - to build the project.
  4. Add the Open Weather App ID inside weather-api.json

Project configured!

Steps to run the project

  1. Run npm install -g live-server.
    1. More about live-server package here.
  2. Go inside the build (create by the gulp build command) folder and run live-server.

Project running!


License

MIT