We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
oEmbed
oEmbed is a PowerShell module for oEmbed.
oEmbed is a standard for open embedding that is supported by most social media platforms.
It consists of a single command:
Get-oEmbed
It has a very light set of pseudotypes
openEmbedding
It has a fairly simple build process:
It tests itself with Pester:
Pester
The text was updated successfully, but these errors were encountered:
feat: oEmbed module scaffolding ( Fixes #1 )
bdeb313
feat: oEmbed.psd1 ( Fixes #1 )
2a64900
7c7373c
No branches or pull requests
oEmbed is a PowerShell module for oEmbed.
oEmbed is a standard for open embedding that is supported by most social media platforms.
It consists of a single command:
Get-oEmbed
should get open embeddings #2It has a very light set of pseudotypes
oEmbed
pseudotype should extend the module #3openEmbedding
psuedotype should extend an open embedding #4It has a fairly simple build process:
oEmbed
build #5It tests itself with Pester:
oEmbed
tests itself withPester
#10The text was updated successfully, but these errors were encountered: