https://github.com/ritikjain77/mausam
Mausam - a weather app that let you know about the temperature of your city.
https://github.com/ritikjain77/mausam
bootstrap css expressjs handlebarsjs html javascript nodejs
Last synced: about 2 months ago
JSON representation
Mausam - a weather app that let you know about the temperature of your city.
- Host: GitHub
- URL: https://github.com/ritikjain77/mausam
- Owner: ritikjain77
- Created: 2021-12-26T13:21:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-27T13:28:17.000Z (almost 3 years ago)
- Last Synced: 2025-01-27T11:16:28.551Z (4 months ago)
- Topics: bootstrap, css, expressjs, handlebarsjs, html, javascript, nodejs
- Language: Handlebars
- Homepage: https://mausam18.herokuapp.com/
- Size: 3.38 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mausam
A Website that let you know about the weather of your city.
## Demo
For demo visit the link
https://github.com/ritikjain77/Mausam## Deployment
To clone this project use
```bash
git clone https://github.com/ritikjain77/Mausam.git
```## Screenshots


## Contributing
Contributions are always welcome!
## Authors
- [@ritikjain](https://github.com/ritikjain77)
## API Reference
#### Get all items
```http
GET /https://api.openweathermap.org/data/2.5/weather?q=${cityVal}&units=metric&appid={id}
```| Parameter | Type | Description |
| :-------- | :------- | :------------------------- |
| `id` | `string` | **Required**. Your API key |