Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukem512/lamassu-coinbase
Lamassu Coinbase ticker and trader
https://github.com/lukem512/lamassu-coinbase
Last synced: about 8 hours ago
JSON representation
Lamassu Coinbase ticker and trader
- Host: GitHub
- URL: https://github.com/lukem512/lamassu-coinbase
- Owner: lukem512
- License: unlicense
- Created: 2015-05-20T15:27:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-19T19:42:03.000Z (over 9 years ago)
- Last Synced: 2023-04-03T14:53:29.307Z (over 1 year ago)
- Language: JavaScript
- Size: 255 KB
- Stars: 0
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
lamassu-coinbase
================[![Build Status](https://travis-ci.org/lamassu/lamassu-coinbase.svg)](https://travis-ci.org/lamassu/lamassu-coinbase)
Lamassu Coinbase ticker and trader
### Testing
1. Open [`mockConfig.template.json`](https://github.com/lamassu/lamassu-coinbase/blob/master/test/mockConfig.template.json) file, and input your Coinbase [credentials](https://exchange.coinbase.com/settings) there,
2. Make sure to authorize:
- [x] Trade.
2. Rename `mockConfig.template.json` to `mockConfig.json`,
3. Type this into your terminal:```bash
npm update # in case you cloned via git
npm test
```> NOTE: Two last tests depend on your account having 0.01 BTC of available balance (both in USD and BTC).