Skip to content

A simple web application that uses AccuWeather API

Notifications You must be signed in to change notification settings

cs280fa21/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

A simple web application that uses AccuWeather API.

Run locally

Clone this repository.

git clone https://github.com/cs280fa21/weather-app

Open the script.js file and replace the API_KEY with your AccuWeather API Key. Next, you must create a developer account and register your app at https://developer.accuweather.com/.

const API_KEY = "USE_YOUR_API_KEY"; // terrible practice!
// You should never save API key directly in source code

Finally, open the index.html in your favorite browser!

About

A simple web application that uses AccuWeather API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published