asadullahaziz / Weather-Website

A simple Website that tells you the weather of given Location

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

weather-application

This weather application collects data from API(s) and provide information back to the user. On the main "weather" page when the user enters the location that location string is parsed into coordinates (using MAPBOX API). Those coordinates are then used by the weather API's query string. JSON is sent back to the backend and is shown to the user in a paragraph using some manipulations that are done using client side javascript.

About

A simple Website that tells you the weather of given Location


Languages

Language:JavaScript 52.3%Language:Handlebars 31.4%Language:CSS 16.3%