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
In your we.js project
we i we-plugin-wembed-serverIn you configuration file:
wembed: {
  // time to refesh page cache
  refreshTime: 3600000,
  // size of images
  image: {
    width: 200,
    height: 200,
  }
}
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
- We.js site: http://wejs.org