Skip to content

drewpost/apple-reservations-checker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apple Reservations Checker

Requirements

You either need to use (Mailgun)[http://mailgun.com] or an email provider that supports SMTP and NodeJS v6.5.0.

Configuration

Clone repo

git clone git@github.com:MystK/apple-reservations-checker.git
cd apple-reservations-checker

Install NPM dependencies

npm install

Edit config file

Edit the code in .env and set either your Mailgun API key or your SMTP credentials as well as your email notification settings (TO_EMAIL, FROM_EMAIL, etc). If you use SMTP, change MAIL_DRIVER to "smtp".

Start the checker

npm start

About

Check if any reservations are availible

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%