Skip to content

The crypto-alert-service repository is a Go-based service that listens for cryptocurrency price changes, specifically for BTCUSDT, via Binance's WebSocket.

Notifications You must be signed in to change notification settings

gouthamsrikar/crypto-alert-service

Repository files navigation

Getting Started

In the project directory, you can run:

go run server.go

to run the main application

go run pricetest.go

run to listen to the BTCUSDT price from binance socket

note: run below command to disable cors and open chrome while running the frontend app

open -n -a /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --args --user-data-dir="/tmp/chrome_dev_test" --disable-web-security

About

The crypto-alert-service repository is a Go-based service that listens for cryptocurrency price changes, specifically for BTCUSDT, via Binance's WebSocket.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages