Skip to content

michalbe/airport-internetz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

airport-internetz

List of free/paid wifi connections available on the airports across the world.

Building

In order to build the list, just run npm install & gulp.

Contributing

Because there are bazillions (not brazillions, note) of airports existing (or 41,821 if you prefer exact numbers) contributing is the key to make this list complete. And sharing is caring.

So if you want to add an airport that is missing, please create a PR with data formatted in the following way :

  "country using ISO code: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2": {
    "city": [
      {
        "name": "Local airport name",
        "code": "Airport code using IATA format: http://www.iata.org/publications/Pages/code-search.aspx",
        "free": [
          {
            "name": "Name of the network",
            "description": "Description what is needed to be able to join (or what is the cost of access)",
            "active_date": "Last date when you were able to connect to this network in the following format : ''yyyy, mm, dd'"
          }
        ]
        "paid": "If there are no networks of paid/free type set the corresponding key to false"
      }
    ]
  },

and add it to a relevant file in countries folder or create a new ISO_NAME.json file.

About

List of free/paid wifi connections available on the airports across the world.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%