/js-weather-app

A simple weather application that displays weather information

Primary LanguageJavaScript

Mini Project: Weather Application

Date: 10 - May - 2020

Functions

A simple weather application that displays weather information

Screenshot

Tech-Stack

  • HTML/CSS
  • Javascript

API Used

https://api.openweathermap.org/data/2.5/

Directory Structure

.
├── bg.jpg
├── package.json
├── index.html
├── main.css
└── main.js

Set up

Use the cmd line to clone repo to your computer

git clone [github_repo_url]

Update apiKey in main.js in const api = {key: ""}

Open file index.html to run application