Create screenshots from any webpage with this api endpoint
node(or nodejs) index.js
http://localhost:3000/do_screenshot/?url=http://github.com/TCx300_2/&show=true
url: Url from do you want to take the screenshot
show: boolean: if image will show in screen
path: Path where script will save the screenshot, if null, image will be saved at root folder (the same of index.js)
Requires npm modules express and puppeteer