We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9932e1 commit 1548878Copy full SHA for 1548878
README.md
@@ -15,6 +15,13 @@ This module exposes 2 functions:
15
* `registerAPI(name, api, plugin)` - registers plugin API in global variable (`window`)
16
* `pluginApi(name)` - returns plugin API based on its name
17
18
+## Examples
19
+
20
+Following plugin already use `@vanakat/plugin-api`:
21
22
+* [Zotero Bridge](https://github.com/vanakat/zotero-bridge) as a API provider
23
+* [Zotero Link](https://github.com/vanakat/zotero-link) as API consumer
24
25
## License
26
27
MIT
0 commit comments