Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 342 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 342 Bytes

Websocket App

  • This small application was made using the binance trade API with websocket.
  • Currently it's only listing specific pairs for showcase.
  • To check it out click here

Project Scripts

# Project Setup
npm install
# Run
npm run serve
# Test
npm run test:unit