Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zheng-bote/rz-weather

A VUE3 Web Component for Weather & environment data
https://github.com/zheng-bote/rz-weather

vue3 web-components

Last synced: 22 days ago
JSON representation

A VUE3 Web Component for Weather & environment data

Awesome Lists containing this project

README

        

# rz-weather

A VUE3 Web Component for Weather & environment data

Shows the weather and environemnt data from given loaction

## Authors

- [@Zheng-Bote](https://www.github.com/Zheng-Bote)

## Version

v0.1.1

## License

[MIT](https://choosealicense.com/licenses/mit/)

## API Reference

#### Parameters

```

```

```

```

| Parameter | Type | Description |
| :----------- | :------- | :-------------------------- |
| `location` | `string` | **Optional**. "city" |
| `title` | `string` | **Optional**. "the Weather" |
| `with_title` | `string` | **Optional**. "yes" or "no" |

## Installation

**cookie**

needs a loaclStorage key-val with API key from https://www.weatherapi.com/

```
rz-weather=
```

used folder structure

```bash
.
├── assets
│   ├── custom.css
│   ├── rz-weather.css
│   └── rz-weather.js
├── favicon.ico
└── index.html

```

## Usage/Examples

```html




Web Component













```

## Screenshots

**loaded weather data**

**no localStorage with API-Key**

**search masq**

## Used By

This web component is used by the following web sites:

- [hase-zheng.net: Micro-Frontends and Microservices](https://www.hase-zheng.net)
- [Robert Zheng Landing Page](https://www.robert.hase-zheng.net)
- [Points of Interest: Geo-Coordinates and Photos of POI's](https://www.flag-me.info/)
- [ZHENG Bote: private travel photos](https://www.bote.hase-zheng.net/)
- [DigiDocuDev: web-based documentation management](https://www.digidocu.dev/)

### the end

:vulcan_salute:

(back to top)