1.0.3 • Published 5 years ago

@strong-roots-capital/to-binance-timeframe v1.0.3

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

to-binance-timeframe Build status npm version codecov

Convert a TradingView timeframe to a Binance timeframe

Install

npm install @strong-roots-capital/to-binance-timeframe

Use

import { toBinanceTimeframe } from '@strong-roots-capital/to-binance-timeframe'

toBinanceTimeframe('3')
//=> '3m'

toBinanceTimeframe('12H')
//=> '12h'

toBinanceTimefram('1W')
//=> '1w'

Related

binance-candle