node-fetch@3.3.2
// A light-weight module that brings Fetch API to node.js
$ npm install node-fetch
downloads/wk
156,216,439
license
MIT
version
3.3.2
published
Jul 25, 2023
What is node-fetch?
node-fetch is a Node.js implementation of the Fetch API, allowing you to make HTTP requests using the same syntax and patterns you'd use in browsers. Developers use it to simplify HTTP communication in server-side JavaScript projects without needing to learn different request libraries, since the Fetch API has become a standard across JavaScript environments.
Links
Keywords
Dependencies (3)
Maintainers
endless, bitinn, timothygu, akepinski, node-fetch-bot