https://github.com/hemang-2001/weatherapp
check it out now!!
https://github.com/hemang-2001/weatherapp
app javascript miniproject openweatherapi weather
Last synced: 4 months ago
JSON representation
check it out now!!
- Host: GitHub
- URL: https://github.com/hemang-2001/weatherapp
- Owner: hemang-2001
- Created: 2023-01-27T04:30:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-20T11:38:45.000Z (about 2 years ago)
- Last Synced: 2025-01-09T10:27:43.714Z (9 months ago)
- Topics: app, javascript, miniproject, openweatherapi, weather
- Language: JavaScript
- Homepage: https://weather-js-app.vercel.app/
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Weather App With the help of Javascript
its a simple website project on javascript created by using HTML5 and CSS3 and offcause our Javascript.
its very simple to create you can use it to view weather around the globe.
## Author
- [@hemang-2001](https://www.github.com/hemang-2001)
## API Reference
#### Get all items from.
```
https://home.openweathermap.org/```
```http
GET /api/items
```| Parameter | Type | Description |
| :-------- | :------- | :------------------------- |
| `api_key` | `string` | **Required**. Your API key |#### Get item
```http
GET /api/items/${id}
```| Parameter | Type | Description |
| :-------- | :------- | :-------------------------------- |
| `id` | `string` | **Required**. Id of item to fetch |