Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adnanmc/get-jetblue-station-codes

This script gets the list of station codes for jetBlue Airways and saves it into a json file
https://github.com/adnanmc/get-jetblue-station-codes

Last synced: about 1 month ago
JSON representation

This script gets the list of station codes for jetBlue Airways and saves it into a json file

Awesome Lists containing this project

README

        

# GET-JETBLUE-STATTION-CODES
This script gets the list of station codes for jetBlue Airways and saves it into a json file

url used: https://www.jetblue.com/destinations

## How To:
Clone repo

Install node.js

Install dependencies by running:
```
npm install
```
To generate file, run:
```
npm start
```