Someguy123 / hivefeed-js

STEEM Price Feed in Node.JS
GNU General Public License v3.0
20 stars 21 forks source link

Replace request module for axios #29

Open Rishi556 opened 1 year ago

Rishi556 commented 1 year ago

Request is deprecated, see https://github.com/request/request/issues/3142. It should be switched out for something that's maintained, most likely axios.

Rishi556 commented 6 months ago

Or fetch. Fetch is stable as of Node 21. Since odd numbers won't be LTS, should wait till 22 and use fetch: https://nodejs.org/en/blog/announcements/v21-release-announce#:~:text=Stable%20fetch/WebStreams