Travel Alert is a node crawler that help travelers see current events that might affect their flight(s).
Clone or download the repository.
Run the following commands below to install Travel Alert:
(Must have Node.js installed)
$ git clone https://github.com/treykris/travelalert.git
$ cd travelalert
$ npm install
To execute Travel Alert
$ npm run build:start
Alternative to above command:
$ npm run build
$ npm run start