A project using JS and Aviatiostack API to notify when a plane intersects at a specific coordinate
- Creating the Node.js project and installing the dependencies:
mkdir flight-notifier
cd flight-notifier
npm init -y
npm install axios node-notifier
- Running the project:
node index.js