Skip to content

testing-accessibility/share-cards

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/resource

Usage

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

Example