Skip to content

Crawler for flight departures and arivals from Prague Airport wep page

Notifications You must be signed in to change notification settings

mfeuermann/Prague-Airport-flight-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Crawler for flight departures and arivals from Prague Airport wep page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages