G
G
German Shestak2018-08-09 10:08:33
API
German Shestak, 2018-08-09 10:08:33

How to send a get request via node.js?

Is there any way to send get requests and process json responses via node.js?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
SagePtr, 2018-08-09
@ilovetwilight

Yes, there is a very handy module for these purposes.
Or manually via the `request` function in the http module (less convenient)

M
msdosx86, 2018-08-09
@msdosx86

https://github.com/axios/axios

K
korney1978, 2020-11-19
@korney1978

I used node-fetch for such tasks

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question