A simple weather application built with HTML, CSS, and JavaScript. It lets users search for a city and view current weather details like temperature, humidity, and wind speed.
Add your deployed Render URL here:
https://your-project-name.onrender.com
Add a screenshot image in this folder and reference it like this:
- Search weather by city name
- Current temperature display
- Humidity and wind speed
- Clean responsive UI
- Weather icons and error handling
- HTML
- CSS
- JavaScript
- Weather API
Weather-API/
|-- index.html
|-- README.md
- Open the
Weather-APIfolder in VS Code or any editor. - Open
index.htmlin your browser. - Search for a city name to see the weather result.
- Push this project to GitHub.
- Go to Render and create a new Static Site.
- Connect your GitHub repository.
- Leave Build Command empty.
- Set Publish Directory to:
Weather-API
- Click Create Static Site.
- After deployment finishes, open the Render URL.
index.htmlis the main entry file.- If you rename the file, make sure the deploy setup still points to the correct entry page.
- Keep your API key secure if you plan to publish this publicly.