Home > Back-end >  Can't get json with axios.get and headers
Can't get json with axios.get and headers

Time:01-24

I am trying to get the joke from enter image description here

Install dependency and run it

npm install puppeteer
node get-joke.js

Result

You can get the joke from that web site.

enter image description here

  • Related