Robert McGovern 39a3843c56 | ||
---|---|---|
views | ||
www/assets | ||
.gitignore | ||
LICENSE | ||
README.md | ||
express-puppeteer.js | ||
generate-image-of-page.mjs | ||
image-generator.cjs | ||
index.mjs | ||
package-lock.json | ||
package.json |
README.md
motivational-picture-generator
A project to learn NodeJS, ExpressJS, and whatever else along the way.
THIS IS ALL WORK IN PROGRESS AND SUBJECT TO CHANGE
To start server
npm run dev
Make url request to localhost:4000
with. Not providing all the parameters will cause the render to fail.
wget --output-document screenshot.png 'http://localhost:4200/submit/mpgParams?title=A Motivational Poster&sentence=something pithy&imageWidth=450px&imageUrl=https://picsum.photos/seed/1709802270038/300/300'
Testing with
ab -c 5 -t 15 http://localhost:4000/submit/\{\}