we-plugin-wembed-server

2.0.0 • Public • Published

we-plugin-wembed-server

We.js wembed server plugin

Add suport to parse metadata from sites and expose as JSON or HTML

Example with HTML: https://wejs.org/api/v1/embed?url=https://www.youtube.com/watch?v=1G4isv_Fylg

Example with JSON: https://wejs.org/api/v1/json?url=https://www.youtube.com/watch?v=1G4isv_Fylg

Installation

In your we.js project

we i we-plugin-wembed-server

Configuration

In you configuration file:

wembed: {
  // time to refesh page cache
  refreshTime: 3600000,
  // size of images
  image: {
    width: 200,
    height: 200,
  }
}

URLS

Get wembed in JSON:

get /api/v1/json?url=https://www.youtube.com/watch?v=1G4isv_Fylg

Get wembed in HTML:

get /api/v1/embed?url=https://www.youtube.com/watch?v=1G4isv_Fylg

Links

License

the MIT license

Readme

Keywords

Package Sidebar

Install

npm i we-plugin-wembed-server

Weekly Downloads

5

Version

2.0.0

License

MIT

Unpacked Size

61.5 kB

Total Files

21

Last publish

Collaborators

  • albertosouza