An open API service indexing awesome lists of open source software.

https://github.com/eggheadio/course-review-image-gen


https://github.com/eggheadio/course-review-image-gen

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

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

```js
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://www.scriptkit.com/):

https://stackblitz.com/edit/node-y87rgy?file=scripts%2Fshare-review.js

## Example