binance-cryptocurrency-widget
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

binance-cryptocurrency-widget

test task for Binance

Task: https://github.com/orangeflame/binance-fe-test

Pros:

  • Extra low size (nearly 3Kb)
  • Blazing fast
  • Made as npm package

Cons:

  • Used store based on context API instead of Redux (for size purpose)
  • Lack of readability

NPM JavaScript Style Guide

Demo

Example deployed on gh-pages https://travnikov.dev/binance-cryptocurrency-widget/

Install

npm install --save binance-cryptocurrency-widget

Usage

import React, { Component } from 'react'
 
import BinanceWidget from 'binance-cryptocurrency-widget'
import 'binance-cryptocurrency-widget/dist/index.css'
 
class Example extends Component {
  render() {
    return <BinanceWidget />
  }
}

License

MIT © TravnikovRN

Readme

Keywords

none

Package Sidebar

Install

npm i binance-cryptocurrency-widget

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

147 kB

Total Files

19

Last publish

Collaborators

  • travnikov