Search posts, tags, users, and pages
Usman Sabuwala
Learning web development, running a YouTube channel
๐ Hello there Today's article is all about how you can make a Random Meme API using Node.js and web scraping. We'll be using Fastify for our API and we'll be using Puppeteer to scrape the web and get the random meme. This random meme API was inspire...
Gourav Khunger
Passionate app developer and programmer
Great insight on how to use puppeteer for web scraping!
I have a doubt, how would puppeteer work if this api is hosted on a web server as it uses chromium to get the IDs ๐ค
An idea: make an article on how to host this API ๐
Thank you ๐.
Good question. Many web server hosting services like Heroku provide a service that is able to use Puppeteer.
I'll for sure write an article on that! Thank you for suggesting ๐
Gourav Khunger
Passionate app developer and programmer
Great insight on how to use puppeteer for web scraping!
I have a doubt, how would puppeteer work if this api is hosted on a web server as it uses chromium to get the IDs ๐ค
An idea: make an article on how to host this API ๐