
Security News
Researcher Exposes Zero-Day Clickjacking Vulnerabilities in Major Password Managers
Hacker Demonstrates How Easy It Is To Steal Data From Popular Password Managers
aviation-json
Advanced tools
Module that uses aviation-scraper as a dev dependency to generate using a single command aviation files ready.
Module created to make available a quick way to update all the aviation related information from wikipedia.
Using the package aviation-scraper to download all the information regarding airports, airlines and their destinations from wikipedia exposes the following files:
install via npm:
npm install aviation-json --save
var aviationJson = require("aviation-json");
// then you will have available all the information.
var airlineDestinations = aviationJson.airline_destinations;
var airlines = aviationJson.airlines;
var airportAirlines = aviationJson.airport_airlines;
var airportsCities = aviationJson.airport_cities;
var airportRunways = aviationJson.airport_runways;
var airports = aviationJson.airports;
var cityAirports = aviationJson.city_airports;
Go to the node_modules/aviation-json directory and run 'make sync'
This is going to take a while and depending on your internet connection you may have troubles, after the 5 time trying to reach the wikipedia page to scrape the information, it will throw and err.
All the code is properly tested. To run the test:
# this command lint all the files and runs the tests.
make test
if you want to be in watch mode:
# this command run the test in watch mode.
make dev
If you want to contribute, create your branch and place a PR or open an issue.
FAQs
Module that uses aviation-scraper as a dev dependency to generate using a single command aviation files ready.
The npm package aviation-json receives a total of 9 weekly downloads. As such, aviation-json popularity was classified as not popular.
We found that aviation-json demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Hacker Demonstrates How Easy It Is To Steal Data From Popular Password Managers
Security News
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.