Skip to content

TraderDAO/binance-psql-node

Repository files navigation

binance-psql-node

Import price, order from Binance using Nodejs

Pre-requirement

PostgreSQL

PostgreSQL Installation

Getting started

  1. Installation
git clone https://github.com/TraderDAO/binance-psql-node.git
cd  binance-psql-node
npm install 
  1. Setup .env file with the fortmat in .env.example
cp .env.example .env
code .env
  1. Initialize PSQL by the script
./initdb.sh
  1. Run the server
npm run serve

About

Import Binance data to PostgreSQL (using nodejs)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors