Notifies you on WhatsApp when planes are flying over certain coordinates within a specific radius.
- Install the dependencies, use
yarn install
. - Head over to
config.json
, and fill in the details, read the Configuration section below for more info. - Run the bot using
node src/index.js
.
lat
: The latitude of the locationlon
: The longitude of the locationradius
: The radius of search. This must be in nautical miles.phoneNumber
: The phone number of the person you wish to send the notifications to. The phone number must contain the country code at the start, and@c.us
at the end. For example: [email protected], the country code is 91, everything after is the phone number, with@c.us
after the phone number.