0.0.1 • Published 11 years ago

nodecoinbase v0.0.1

Weekly downloads
20
License
-
Repository
-
Last release
11 years ago

#Nodejs Client for Interacting Coinbase API

Currently only supports API Key based access. Please note you are required to keep your API key out of the app...

#API Calls Supported

  • Balance
  • Buy Price
  • Sell Price
  • Send BTC

###Methods TODO: Export constructor

Name.balance();
Name.buyPrice(amount);
Name.sellPrice(amount);

TODO: Provide OAuth2 support with refresh token.

Highly Alpha. Use at your own risk.