Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mlewand/micro-oembed
Little NodeJS app that will produce some oEmbed responses.
https://github.com/mlewand/micro-oembed
Last synced: 1 day ago
JSON representation
Little NodeJS app that will produce some oEmbed responses.
- Host: GitHub
- URL: https://github.com/mlewand/micro-oembed
- Owner: mlewand
- Created: 2015-04-07T13:44:50.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-07T13:56:40.000Z (almost 10 years ago)
- Last Synced: 2024-11-24T11:25:28.873Z (2 months ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# micro-oembed
Little NodeJS app that will produce some oEmbed responses. I created it at some point for testing purposes of the [embedbase](ckeditor.com/addon/embedbase) plugin.
Its main goal was simply to provide some real oEmbed responses for some websites, so I've decided to implement:
* [CKEditor Add-ons repository](http://ckeditor.com/addons/plugins/all)
* [CKEditor Trac](http://dev.ckeditor.com)## Remark
It's not supposed to be a real oEmbed host, as I wanted consumer to provide some sort of abbreviation for certian resources. E.g. `#10925` instead of full URL `http://dev.ckeditor.com/ticket/10925`. So technically this violates oEmbed spec.
## Installation
Just do the following:
```
git clone [email protected]:mlewand/micro-oembed.git micro-oembed
cd micro-oembed
npm install
node ./main.js
```By default host will start listening at port `9090`.