An open API service indexing awesome lists of open source software.

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!!

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 |