Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 20 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T05:01:44.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T14:00:27.819Z (8 months 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
[![Build Status](https://github.com/sbaerlocher/vue.aareguru/workflows/publish/badge.svg)](https://github.com/sbaerlocher/vue.aareguru/actions) [![Build Status](https://github.com/sbaerlocher/vue.aareguru/workflows/test/badge.svg)](https://github.com/sbaerlocher/vue.aareguru/actions) [![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://sbaerlo.ch/licence) [![npm](https://img.shields.io/npm/v/vue.aareguru)](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