This project is designed to view binance graph on my desktop without login to the app in mobile or website. all Pairs of graphs supported.
- Supports All Fairs
- Points Support Upto 1000
- Multiple symbols
- Onchage Events added..
windows 10 or supported version for electron 16+
Install NodeJS from https://nodejs.org/en/
Install Electron forge using the following command
npm install
Clone the Code using the following command
git clone https://github.com/kingbotss/Binance-Graph.git
Go into the project folder and run the application using the following commands
cd Binance-Graph
npm install
npm start
The application can be packaged using the command
npm run package