All Projects → 11ty → api-indieweb-avatar

11ty / api-indieweb-avatar

Licence: other
Return an optimized avatar image from a domain name input.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to api-indieweb-avatar

11ty-blog-starter
11ty v1.0, Tailwind v3. Works when JS is disabled
Stars: ✭ 55 (+25%)
Mutual labels:  eleventy
companies-on-blm
We are collecting corporate statements in response to racial injustice, along with Diversity/Inclusion reports and ICE contract information. We have several issues for requested companies, please feel free to add more!
Stars: ✭ 21 (-52.27%)
Mutual labels:  eleventy
rocket
The modern web setup for static sites with a sprinkle of JavaScript
Stars: ✭ 169 (+284.09%)
Mutual labels:  eleventy
bymattlee-11ty-starter
A starter boilerplate powered by 11ty, Sanity, Gulp, Tailwind CSS, rollup.js, Alpine.js and Highway.
Stars: ✭ 27 (-38.64%)
Mutual labels:  eleventy
eleventy-upgrade-help
Helper plugin when upgrading your Eleventy project to a new major version.
Stars: ✭ 33 (-25%)
Mutual labels:  eleventy
woliveiras.github.io
My personal Blog
Stars: ✭ 25 (-43.18%)
Mutual labels:  eleventy
static-site
Static Sites - Open-Source and Paid | AppSeed App Generator
Stars: ✭ 17 (-61.36%)
Mutual labels:  eleventy
smix-eleventy-starter
A standards-respecting starter kit for Eleventy. Go Indie.
Stars: ✭ 108 (+145.45%)
Mutual labels:  eleventy
1y
A template project to build a short URL manager with Eleventy
Stars: ✭ 68 (+54.55%)
Mutual labels:  eleventy
nicolas-hoizey.com
The personal website/blog from Nicolas Hoizey, built with https://pack11ty.dev/
Stars: ✭ 77 (+75%)
Mutual labels:  eleventy
trailing-slash-guide
Understand and fix your static website trailing slash issues!
Stars: ✭ 255 (+479.55%)
Mutual labels:  eleventy
eleventy-plugin-embed-tweet
A plugin for embedding tweets on the server side during build time
Stars: ✭ 24 (-45.45%)
Mutual labels:  eleventy
11ty-sass-skeleton
Featuring absolutely nothing beyond a base HTML5 template and the essential setup to watch and compile your Sass alongside 11ty.
Stars: ✭ 174 (+295.45%)
Mutual labels:  eleventy
eleventy-duo
Eleventy Duo is a minimal and beautiful Eleventy theme for personal blogs.
Stars: ✭ 146 (+231.82%)
Mutual labels:  eleventy
smol-11ty-starter
Extremely minimal Eleventy starter to kickstart a simple multi-page site / a nearly opinionless foundation to continue building on.
Stars: ✭ 61 (+38.64%)
Mutual labels:  eleventy
pokemon-icons
Fan art inspired by Pokémon
Stars: ✭ 85 (+93.18%)
Mutual labels:  eleventy
eleventy-plugin-pwa
An eleventy plugin to generate service-worker for PWA. Powered by Google Workbox
Stars: ✭ 46 (+4.55%)
Mutual labels:  eleventy
eleventy-plugin-inclusive-language
A linter plugin to check for inclusive language in markdown files.
Stars: ✭ 32 (-27.27%)
Mutual labels:  eleventy
YATAS
Yet Another Tailwind Alpine Starter
Stars: ✭ 18 (-59.09%)
Mutual labels:  eleventy
virtual-lolly
JAMstack demo site - prerendered with serverless API fallbacks
Stars: ✭ 110 (+150%)
Mutual labels:  eleventy

11ty Logo

IndieWeb Avatar API

A runtime service to extract avatar images from:

  1. <link rel="apple-touch-icon">
  2. <link rel="apple-touch-icon-precomposed">
  3. <link rel="icon">
  4. favicon.ico (added September 20, 2021)
  5. TODO: Support Data URIs in attribute values. (e.g. https://joshcrain.io)
  6. TODO: <link rel="mask-icon">
  7. TODO (maybe): <link rel="manifest">
  8. TODO (maybe): <meta name="msapplication-config">

All rel lookups match against attribute values that are space separated lists.

Usage

URLs have the formats:

/:url/
  • url must be URI encoded.

Deploy your own

Deploy to Netlify

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].