Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kiliankoe/hubot-dvb
hubot script for dvb integration
https://github.com/kiliankoe/hubot-dvb
dresden dvb hubot hubot-scripts public-transportation vvo
Last synced: 13 days ago
JSON representation
hubot script for dvb integration
- Host: GitHub
- URL: https://github.com/kiliankoe/hubot-dvb
- Owner: kiliankoe
- Created: 2015-07-27T13:59:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-31T11:10:53.000Z (over 9 years ago)
- Last Synced: 2024-11-20T22:59:09.481Z (about 1 month ago)
- Topics: dresden, dvb, hubot, hubot-scripts, public-transportation, vvo
- Language: CoffeeScript
- Size: 138 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hubot-dvb
[![](https://img.shields.io/npm/v/hubot-dvb.svg)](https://www.npmjs.com/package/hubot-dvb)
[![](https://img.shields.io/david/kiliankoe/hubot-dvb.svg)](http://david-dm.org/kiliankoe/hubot-dvb)hubot script to get current dvb information
See [`src/dvb.coffee`](src/dvb.coffee) for full documentation.
## Installation
In hubot project repo, run:
`npm install hubot-dvb --save`
Then add **hubot-dvb** to your `external-scripts.json`:
```json
[
"hubot-dvb"
]
```## Sample Interaction
```
user1>> hubot dvb Helmholtzstraße
hubot>> 85 Striesen Niederwaldpl. in 6 Minuten
85 Striesen Niederwaldpl. in 8 Minuten
85 Löbtau Süd Mohorner Str. in 14 Minuten
85 Striesen Niederwaldpl. in 19 Minutenuser1>> hubot dvb Helmholtzstraße in 20 Minuten
hubot>> 85 Striesen Niederwaldpl. in 26 Minuten
85 Striesen Niederwaldpl. in 28 Minuten
85 Löbtau Süd Mohorner Str. in 34 Minuten
85 Striesen Niederwaldpl. in 39 Minutenuser1>> hubot find stop zelle
hubot>> Did you mean _Zellescher Weg_?
http://maps.google.com/maps/api/staticmap?markers=51.028366%2C13.745847&size=400x400&maptype=roadmap&sensor=false&format=png
```