This is simple parser of all international airports on Earth. Uses cheerio package for accessing DOM to get data about them like their location, longitude and latitude in decimal degrees format
Just run npm install
. Make sure you installed Node.js before
npm start
to start development server with Hot-reloadingnpm run production
to run script via Node.js
All data about international airports saves into airports-data.json
Any enhancements and ideas are really appreciated! Just fork this repo and start data mining! :)