Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/adnanmc/get-jetblue-station-codes
- Owner: adnanmc
- License: mit
- Created: 2020-03-04T20:43:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T05:35:55.000Z (over 3 years ago)
- Last Synced: 2024-11-09T10:41:25.829Z (3 months ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 fileurl used: https://www.jetblue.com/destinations
## How To:
Clone repoInstall node.js
Install dependencies by running:
```
npm install
```
To generate file, run:
```
npm start
```