0.0.5 • Published 7 years ago

cyboard-bahn-widget v0.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

#Cyboard Bahn Widget

This module displays upcomming arrival times of the Deutsche Bahn.

##How to use

  1. install the cyboard wallboard: npm install cyboard
  2. install the plugin npm install cyboard-bahn
  3. add it to your wallboard and style it

##Example

var server = require('cyboard')(),
    board = server.createBoard('Team A');

board.addWidget('bahn', {
    top: 1,
    left: 1,
    width: 6,
    height: 2,
    connections: [{
        start: 'Köln-Ehrenfeld',
        stop: ['Paderborn Hbf', 'Hamm(Westf)']
    }]
});

server.listen(3000, function() {
    console.info("Server listening on http://localhost:%s", 3000);
});

###Upcomming

  • writing tests
  • add translations
0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago