Bitcoin Forum
May 25, 2024, 04:16:01 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Created my first NPM module - xchange.js  (Read 683 times)
jxm262 (OP)
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile WWW
January 06, 2015, 02:05:48 PM
 #1

Hi All,

I've been wanting to get more experience with Node.js and learn some more about Bitcoin (new to the community).  So I made a simple ticker library to help get the current spot price for a few exchanges.  I realize this is something super simple and easy to develop, but was hoping to get some feedback since it's my first time putting any code out in public.

https://www.npmjs.com/package/xchange.js

github source
https://github.com/jxm262/xchange.js

I currently only made it to pull the spot price for BTC-USD and works on these exchanges -
bitfinex
bitstamp
okcoin
btce
btc38
bter
hitbtc
ccex


I was thinking of recreating the Xchange java library (https://github.com/timmolter/XChange) , ported over to Node, but didn't know if anyone would find it useful.  This library is essentially a wrapper for _all_ the api's of a bunch of exchanges.  Kind of like a huge aggregator for java.

Can anyone give some feedback?  What features would you find useful, what other applications could people use?

Or are there any projects in need of Node or Scala devs?


conizer14
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile WWW
January 06, 2015, 03:19:46 PM
 #2

Good work!

Keep on learning and the complexity of your aspirations will explode.

Node is a very versatile framework so keep at it and the world will be your oyster.

How about creating an alarm system when the ticker records high loss/gains?

PUSH notification to desktop/phone etc.
jxm262 (OP)
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile WWW
January 06, 2015, 03:22:07 PM
 #3

That's actually on my todo list on my Trello board Smiley  But I'll probably make this as a separate project.  Maybe make a website with all of this stuff in 1 place.

But please, keep the suggestions coming!
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!