Skip to content

Basic tool to retrieve data from Binance Websocket and push into MongoDB

License

Notifications You must be signed in to change notification settings

ikidnapmyself/live-binance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to use

###This application requires NodeJS and MongoDB

It's a simple tool to retrieve data from Binance Websocket. Official documentation is here!

Install required packages via npm

npm install mongodb
npm install node-binance-api

Set MongoDB connection at the top of index.js file before you run it

var url = "mongodb://localhost:27017/";
var DB  = "Place Your DB Name Here";

After you get ready to run your JS file run this command!

node index.js

Bob is your uncle!

About

Basic tool to retrieve data from Binance Websocket and push into MongoDB

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published