0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 6 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
bump version More... about 10 years ago
fix microtime More... about 10 years ago
bump version More... over 10 years ago
updates http request error handling declares the json variable outside the try-catch block adds that case where a direct 'err' must be handled More... over 10 years ago
bump version More... over 10 years ago
Merge pull request #27 from askmike/patch-7 More... over 10 years ago
Proposed fix for #26 More... over 10 years ago
bump version More... over 10 years ago
try/catch now handles possibility of mtgox throwing an error and not returning html also changes misused 'buffer' to 'body' in the catch block More... over 10 years ago
wraps the response in a try-catch MtGox was occasionally responding with html, and providing a 200 status code - this was causing the script to JSON.parse html, and throwing an error - The html that mtgox responds with will be included in the error message More... over 10 years ago
Merge pull request #25 from sagivo/master More... over 10 years ago
bump version to prepare for update of add command More... over 10 years ago
Merge branch 'master' of https://github.com/ameen3/node-mtgox-apiv2 More... over 10 years ago
examples should no longer throw nonce errors More... over 10 years ago
change price to price_int More... over 10 years ago
updated money/order/add command More... over 10 years ago
update contributors More... over 10 years ago
Merge pull request #24 from rnreekez/master More... over 10 years ago
UPDATE use of microsecond lib to avoid nonce errors More... over 10 years ago
Merge pull request #23 from Roman2K/master More... over 10 years ago
add depositAddress() More... over 10 years ago
Merge pull request #22 from joshmh/master More... over 10 years ago
updated example.js with sendBitcoin More... over 10 years ago
updated example.js with sendBitcoin More... over 10 years ago
Merge pull request #21 from joshmh/master More... over 10 years ago
tweaked .gitignore More... over 10 years ago
Added sendBitcoin function More... over 10 years ago
Merge pull request #20 from pulsecat/master More... over 10 years ago
fetchTrades: 'since' argument can be zero value More... over 10 years ago
Merge pull request #19 from askmike/patch-6 More... over 10 years ago