davatron5000 / awesome-standalones

A curated list of awesome framework-agnostic standalone web components
1.31k stars 46 forks source link

Submission: <link-peek> #25

Closed daviddarnes closed 2 months ago

daviddarnes commented 2 months ago

Name

link-peek

Category

extensions

Repo

https://github.com/daviddarnes/link-peek

URL

https://darn.es/link-peek-web-component/

Install script

npm install @daviddarnes/link-peek

Snippet example

<template id="link-peek-template">
  <p data-key="data.description"></p>
</template>

<link-peek api="https://api.microlink.io/?url=${link}">
  <a href="https://darn.es">David Darnes</a>
</link-peek>
daviddarnes commented 2 months ago

Here's your submission in the desired JSON format:


{
  "name": "link-peek",
  "category": "extensions",
  "repo": "https://github.com/daviddarnes/link-peek",
  "url": "https://darn.es/link-peek-web-component/",
  "script": "npm install @daviddarnes/link-peek",
  "snippet": "<template id='link-peek-template'><p data-key='data.description'></p></template>\n<link-peek api='https://api.microlink.io/?url=${link}'><a href='https://darn.es'>David Darnes</a></link-peek>"
}