Vulcan/packages/vulcan-embedly
2017-06-13 00:16:52 -07:00
..
lib react-i18n -> vulcan:i18n 2017-06-01 11:42:30 +09:00
.gitignore renaming nova-xyz directories to vulcan-xyz 2017-03-24 10:19:24 +09:00
package.js Telescope -> Vulcan 2017-06-13 00:16:52 -07:00
README.md refactor embedly package; getEmbedlyData mutation -> getEmbedData; add new builtin provider and EmbedAPI provider to embed package 2017-05-13 16:36:01 +09:00

Built-in

Settings:

"embedProvider": "builtin",

Embedly

Settings:

"embedProvider": "embedly",
"embedly": {
  "apiKey": "123foo"
},

EmbedAPI

Settings:

"embedProvider": "embedAPI",
"embedAPI": {
  "apiKey": "123foo"
},