brendaesilveira / weather-workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code Storm - Weather App Workshop

In this repository you will find the finished code for the work as some other useful links that can help you with some of the concepts and methods used during the workshop.

  • We will be using the Open Meteo API during the workshop, as we won't need an API key and we can grab the informations passing some parameters to the URL.
  • To request the information to the API we'll use the browser native solution the Fetch API
  • We'll take the use location also using the native solution Geolocation API
  • We also use the namespace Intl to work with the dates and hours.
  • We'll use Flexbox and Grid for the most of the layouts.

You have a folder with the finished code on the repository, the images will break if you try to run with the live server directly, so you need to copy and paste all the contents on the root folder or change the path in the getIcon() inside the index.js and make it go one folder up ../assets/icons/...

Hope that you have a great time!!

About


Languages

Language:HTML 56.9%Language:JavaScript 31.4%Language:CSS 11.7%