Skip to content

get candlesticks of BTC/USDT and BNB/BTC from Binance exchange.

Notifications You must be signed in to change notification settings

mrshaker/get-candlesticks-binance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

#Get the last 4000 candlesticks of BTC/USDT and BNB/BTC for 1 hours timeframe on Binance exchange ##save and read data on mongoDB ##recive with query on GraphQL

0- install mongoDB locally

1- node app.js

2- localhost:4000/graphql

3- query { getAllBtcUsdt { symbol timestamp open highest lowest close volume } }

query { getAllBnbBtc { symbol timestamp open highest lowest close volume } }

##created by Mrshaker

it used ESLint dependency to follow standardJS.

unit tests have done with JEST.

Releases

No releases published

Packages

No packages published