0.1.6 • Published 7 years ago

prague-airport-flights-info v0.1.6

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

Prague Airport flights info

Synopsis

Simple module getting information about arrivals and departures from Prague International Airport (Vaclav Havels Airport) webpage.

Code Example

Require module, call and get result! Call with parameters 'departures' or 'arrivals'.

var pragueAirportInfo = require('prague-airport-flights-info');

pragueAirportInfo.getFlightsInfo('departures', function(departuresObj){
  console.log(departuresObj);
});

Contributors

Marek Feuermann

License

MIT

0.1.6

7 years ago

0.1.4

7 years ago

0.1.5

7 years ago

0.1.3

7 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.8

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago