wienerlinien

2.0.1 • Public • Published

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

Package Sidebar

Install

npm i wienerlinien

Weekly Downloads

3

Version

2.0.1

License

ISC

Unpacked Size

56 kB

Total Files

4

Last publish

Collaborators

  • ulrichformann