Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 657 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 657 Bytes

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

Develop

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

Usage

queryString.stringifyUrl({
    url: 'https://share-cards.vercel.app/api/resource',
    query: {
     title,
     image
    }

Example