Skip to content

Latest commit

 

History

History

JS Weather

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

A Simple Javascript Weather App

Uses openweathermap api to fetch weather data.

Usage

  1. Enter the name of the city
  2. Hit enter

API

  1. Head over to https://openweathermap.org/api, signup to get your api key.
  2. Navigate to script.js and replace const apikey = " " with your key.
  3. Read the API documentation if you feel like it.