A CLI for golfbot.
You will need...
- OSX:
brew install node
using Homebrew - Linux:
apt install nodejs
(see Ubuntu/Debian specific instructions) orpacman -S nodejs
(Arch Linux) - Windows: Install
- Please enter your account details in the
.env.sample
file, and rename to.env
- Run
npm link
so our new app is recognized in your command-line
- Set your desired times, and courses in the
config.js
- Try it by running
golfbot
We're going to use cron to run this every morning.
- Start a new crontab task
crontab -e
- Type in
0 6 * * * cd ~/documents/golfbot && golfbot
and save - Profit
TBD
- Gluegun - The framework
MIT - see LICENSE