Recurring Buy of Coinbase
- You will need an account with GDAX, with API credentials. To be safe, only give your api credentials "trade" permissions.
- You will need to be able to run NodeJS 8.0+
- (Optional) Mailgun account to send yourself buy notifications.
- Clone this repository
- Run
npm install
- Fill in configuration file at
./config.json
, see./config.example.json
for an example.
- Use gdax restful API instead of nodejs client to make market buys
This project is licensed under the MIT License - see the LICENSE.md file for details