https://github.com/eggheadio/course-review-image-gen
https://github.com/eggheadio/course-review-image-gen
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eggheadio/course-review-image-gen
- Owner: eggheadio
- Created: 2021-11-24T16:55:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-22T17:36:51.000Z (about 4 years ago)
- Last Synced: 2025-02-18T03:38:21.674Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://share-learner-review.vercel.app/api/image
- Size: 408 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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