Skip to content

Instantly share code, notes, and snippets.

View kremalicious's full-sized avatar

Matthias Kretschmann kremalicious

View GitHub Profile
@ratzo
ratzo / botcoin.js
Created March 2, 2017 18:54
A bot to buy low and sell high bitcoins through Coinbase
/**
* Based on the code from Martijn Frazer
* http://pastebin.com/eZ25L9yw
*/
var fs = require('fs');
var Client = require('coinbase').Client;
var client = new Client({
'apiKey': '',
'apiSecret': ''