Skip to content

iamcal/oembed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4c36633 · Oct 22, 2024
May 5, 2021
Nov 29, 2022
Oct 22, 2024
Mar 23, 2022
Mar 7, 2023
Sep 1, 2021
Mar 23, 2022
Feb 9, 2016
Feb 9, 2016
Dec 9, 2021
Apr 21, 2021
Apr 3, 2018
Jun 22, 2021
Oct 22, 2024
Jun 11, 2020
Jun 11, 2020
Nov 29, 2022
Mar 23, 2022

Repository files navigation

oEmbed Spec

Build Status NPM version

This repo represents the current oEmbed spec as seen at http://oembed.com and any drafts, in the www directory.

It also contains configuration information (the registry) for oEmbed providers, as YAML files in the providers directory.

Consuming the provider registry

If you need to use the provider registry directly, you can install this package using NPM:

npm install https://github.com/iamcal/oembed

That will install the providers file into node_modules/oembed-providers/providers.json, where you can ingest it directly.

Maintainers: Publishing to NPM