https://github.com/sbaerlocher/vue.aareguru
Vue components shows the Aare temperature from Aareguru.
https://github.com/sbaerlocher/vue.aareguru
aare-temperature aareguru vue
Last synced: about 1 month ago
JSON representation
Vue components shows the Aare temperature from Aareguru.
- Host: GitHub
- URL: https://github.com/sbaerlocher/vue.aareguru
- Owner: sbaerlocher
- License: mit
- Created: 2019-09-23T11:26:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T05:01:44.000Z (over 2 years ago)
- Last Synced: 2024-05-01T14:00:27.819Z (about 1 year ago)
- Topics: aare-temperature, aareguru, vue
- Language: HTML
- Homepage:
- Size: 1.79 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# vue: aareguru
[](https://github.com/sbaerlocher/vue.aareguru/actions) [](https://github.com/sbaerlocher/vue.aareguru/actions) [](https://sbaerlo.ch/licence) [](https://www.npmjs.com/package/vue.aareguru)
## Description
Vue componente shows the Aare temperature from [Aareguru](https://aare.guru).
## Installation
### npm
```bash
npm -i vue.aareguru
```### yarn
```bash
yarn install vue.aareguru
```## use
### import
```javascript
import AareGuru from 'vue.aareguru';
```### component
```javascript
components: {
AareGuru
},
```### template
```html
```
#### option
| props | default | option | description |
| ----- | ------- | ----------------------------------------- | ---------------------------------------------------------------- |
| city | bern | brienz,interlaken,thun,hagneck,biel,brugg | Display of the water temparaturn of different cities on the aare |## Author
- [Simon Bärlocher](https://sbaerlocher.ch)
## License
This project is under the MIT License. See the [LICENSE](https://sbaerlo.ch/licence) file for the full license text.
## Copyright
(c) 2019, Simon Bärlocher