Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ndlano/oembed-proxy
DEPRECATED! Moved into the backend monorepo: https://github.com/NDLANO/backend. Proxy for making oEmbed requests to known oEmbed providers
https://github.com/ndlano/oembed-proxy
Last synced: about 5 hours ago
JSON representation
DEPRECATED! Moved into the backend monorepo: https://github.com/NDLANO/backend. Proxy for making oEmbed requests to known oEmbed providers
- Host: GitHub
- URL: https://github.com/ndlano/oembed-proxy
- Owner: NDLANO
- License: gpl-3.0
- Created: 2016-07-21T09:52:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-08T13:34:50.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T17:20:17.442Z (7 months ago)
- Language: Scala
- Homepage:
- Size: 225 KB
- Stars: 1
- Watchers: 12
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# oEmbed Proxy
![CI](https://github.com/NDLANO/oembed-proxy/workflows/CI/badge.svg)## Usage
Proxy for making oEmbed requests to known oEmbed providers without running into CORS problems.
It implements the oEmbed specification as described at [oembed.com](http://oembed.com/).It supports oEmbed from all providers listed on [oembed.com](http://oembed.com/#section7)
To interact with the API, you need valid security credentials;
see [Access Tokens usage](https://github.com/NDLANO/auth/blob/master/README.md).For a more detailed documentation of the API, please refer to the [API documentation](https://api.ndla.no) (Staging: [API documentation](https://staging.api.ndla.no)).
## Developer documentation
**Compile:** sbt compile
**Run tests:** sbt test
**Create Docker Image:** ./build.sh