Tucsky / SignificantTrades

better than 1 min chart
https://aggr.trade
GNU General Public License v3.0
621 stars 211 forks source link

Documentation Req.: adding proxy config sample into readme (help to decreasing load on cors.aggr.trade) #51

Closed n3m1 closed 5 years ago

Tucsky commented 5 years ago

What are you looking for exactly?

just build with the CORS_URL env variable and start using your own cors server CORS_URL=https://yourcorsserver.com/ npm run build Then every rest calls will be made under "https://yourcorsserver.com/{the rest endpoint}" ex: https://cors.aggr.trade/https://www.okex.com/api/spot/v3/instruments

The cors server is using https://github.com/Tucsky/thingproxy