wienerlinien
v2.0.1
Published
Nodejs Wiener Linien API
Downloads
5
Maintainers
Readme
wienerlinien
Nodejs Wiener Linien API
Getting started
You will need an API-key witch you can obtain here
Install
npm i wienerlinien
Usage
const Wienerlinien = require('wienerlinien')
const wl = new Wienerlinien(API_KEY)
wl.monitor(500).then(data => {
console.log(data)
})
wl.monitor(100, 200).then(data => {
console.log(data)
})
Problems
You can find the official docs here
If you have andy suggestions feel free to create an issue