GithubHelp home page GithubHelp logo

redcap3000 / crypto-socket Goto Github PK

View Code? Open in Web Editor NEW
92.0 92.0 39.0 46 KB

Basic NPM package, cryptocurrency ticker supporting public API calls to multiple exchanges and currencies with websockets where available.

JavaScript 100.00%

crypto-socket's People

Contributors

ab320012 avatar hatarist avatar redcap3000 avatar stackola avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

crypto-socket's Issues

Output to mysql

Hi,

I would love to be able to put all the public ticker data into a mysql database.

Any thoughts on that?

GDAX weird data question

Thanks for sharing this. Pretty useful.

Not a bug actually, but any idea how come the GDAX data fluctuates so much if the latest price at the exchange doesn't move so abruptly? Delayed data sent to the socket maybe?
crypto-socket_ node_test_js node node_test_js 63x15_and_new_issue _redcap3000_crypto-socket

Roadmap!

Hi,
Thanks for sharing your code!!!

Whats your plan for the project?

cryptox manages API communication with different exchanges and provides common methods for all exchanges. Differences between the different API's are abstracted away.

  • Not having to deal with API-differences made me choose cryptox for REST & Static part!

  • just reviewed their code and must admit: very clean, lots of tests and Mockups!

  • Schemas in ./test/helpers/jsonschemas.js !

  • Would it make sense for you to reuse their abstraction-layer and data-structure here?

  • Might save plenty of time debugging the clients!

  • And again: when implementing the databases!

  • It might also attract more ppl and even promote something like a 'Standard' ?

  • I've only spent time with the poloniex API so far, so I cannot judge the other exchanges!

Converting the mostly_array-based realtime data into 'cryptox-objects' is a very small downgrade
compared to debugging foreign exchange-APIs over and over again...
So crypto-socket might leave the data-abstraction part to some 'shared' modules and focus on awesome sockets ?

Let me know ;)
Enjoy!

Bittrex getticker response "null" case

var responseObj = response.result
                          ^
TypeError: Cannot read property 'result' of null

Can be solved by something like

var responseObj = response ? response.result : null

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.