Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.29 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.29 KB

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