HTTP Requests using Node-Fetch (NASA APOD API) - Node.js Tutorial

preview_player
Показать описание

Some alternatives to node-fetch:

If you found this video helpful, please drop a like and subscribe! I would love to hear your suggestions on future videos/tutorials!

#nodejs #nasa #api
Рекомендации по теме
Комментарии
Автор

Thanks brother, can you do the tutorial for fetching data from multiple url's with single get request, and also performing sorting and like that, that would be great help

nanagoudt
Автор

why dont you upload the code that you use in the video? it would be helpful

julianatlas
Автор

Thank you so much. That's awesome!!

nandakyawwin
Автор

why do I have an Unexpected token import when I do require('node-fetch') please ?

yannickpezeu
Автор

I get an error from Node complaining about require("node-fetch"). The error is:

Error [ERR_REQUIRE_ESM]: require() of ES Module from .../myapp.js not supported.

(where .../myapp.js is path to my file myapp.js)

DennisAllard
Автор

Can you add a x-www-form-urlencoded with URLSearchParams() ? I have tried their example but it is not working can you help me please?

thunderxero
Автор

How to render an 404 page of post req instead of logging the error in axios ??

kiranshelar