Generate an image of egghead.io course review that can be shared on social media.
- run
vercel dev
- visit
http://localhost:3000/api/image
queryString.stringifyUrl({
url: 'https://share-learner-review.vercel.app/api/image',
query: {
review,
rating,
authorName,
authorAvatar,
courseIllustration,
courseTitle,
instructorName,
instructorAvatar
}
Try it out with ScriptKit:
https://stackblitz.com/edit/node-y87rgy?file=scripts%2Fshare-review.js