tusharsadhwani / twitch

For Twitch viewers
0 stars 0 forks source link

Webscraping #1

Open ghost opened 4 years ago

ghost commented 4 years ago

Write a program to take in argument & search it on a website & display the scraped data in console or save in file. **In node.js

tusharsadhwani commented 4 years ago

Sounds fun, would probably use JSDom for it, since it emulates the getElementById and innerText methods from the browser, just in a web scraping setting. Does that sound good? or do you have any other ideas.

ghost commented 4 years ago

sure, seems fun