📚 Golang package for getting oEmbed data from URL
Go to file
Maxim Lebedev 22aed18257
🚧 Created worked version of the package
Need documenting source code, checks by linters, add CI config
2019-05-23 19:52:58 +05:00
assets 🍱 Added actual providers.json asset 2019-05-23 19:51:26 +05:00
LICENSE.md 🎉 Initial commit 2019-05-23 19:50:08 +05:00
README.md 🎉 Initial commit 2019-05-23 19:50:08 +05:00
SUPPORT.md 👥 Added patrons list 2019-05-23 19:50:50 +05:00
fetch_embed.go 🚧 Created worked version of the package 2019-05-23 19:52:58 +05:00
fetch_embed_test.go 🚧 Created worked version of the package 2019-05-23 19:52:58 +05:00
find_provider.go 🚧 Created worked version of the package 2019-05-23 19:52:58 +05:00
find_provider_test.go 🚧 Created worked version of the package 2019-05-23 19:52:58 +05:00
is_valid_url.go 🚧 Created worked version of the package 2019-05-23 19:52:58 +05:00
is_valid_url_test.go 🚧 Created worked version of the package 2019-05-23 19:52:58 +05:00
oembed.go 🚧 Created worked version of the package 2019-05-23 19:52:58 +05:00
oembed_test.go 🚧 Created worked version of the package 2019-05-23 19:52:58 +05:00
sync.go 🚧 Created worked version of the package 2019-05-23 19:52:58 +05:00
types.go 🚧 Created worked version of the package 2019-05-23 19:52:58 +05:00
types_ffjson.go 🚧 Created worked version of the package 2019-05-23 19:52:58 +05:00

README.md

oEmbed

oEmbed is a format for allowing an embedded representation of a URL on third party sites. The simple API allows a website to display embedded content (such as photos or videos) when a user posts a link to that resource, without having to parse the resource directly.