lukeliasi / binance-dca-bot

A bot to automatically DCA (Dollar-Cost Average) buy cryptocurrency on Binance
MIT License
183 stars 51 forks source link

Replace the legacy querystring API by the URLSearchParams API #27

Open Eddict opened 2 years ago

Eddict commented 2 years ago

The querystring API is considered Legacy. While it is still maintained, new code should use the API instead. (query-string is a package and URLSearchParams is a native interface.)