tinspham209 / js-weather-app

A simple weather application that displays weather information

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple weather application that displays weather information


Languages

Language:JavaScript 40.6%Language:CSS 38.9%Language:HTML 20.4%