Skip to content

eggheadio/course-review-image-gen

Repository files navigation

Generate an image of egghead.io course review that can be shared on social media.

Develop

  • run vercel dev
  • visit http://localhost:3000/api/image

Usage

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

Example