Skip to content

codesbydevapriya/Weather_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

This is a simple weather web app using OpenWeatherMap.

How to run (locally)

  1. Put files in a folder weather-app.
  2. Open index.html in your browser (double-click).
  3. Or run a local server: python -m http.server 8000 then open http://localhost:8000.

Deploy to GitHub Pages

  1. Create repo on GitHub and push these files.
  2. In GitHub: Settings → Pages → Branch: main, Folder: / (root) → Save.
  3. After a minute open https://<your-username>.github.io/<repo-name>/.

Note: The app uses a public API key inside script.js for the demo.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors