@studyportals/microservice-injector
v0.2.0
Published
Streamline injecting MicroServices (js, css resources) into the page.
Downloads
4,047
Maintainers
Keywords
Readme
Microservice Injector
Streamline injecting microservices (bob microservices, js, css resources) into the page.
Installation
this package is written in TypeScript and runs on Node.js and is available on Github Package Registry.
$ npm i @studyportals/microservice-injector
Publishing the package on the GitHub Package Registry
- Run
npm publish
Functions
injectBobMicroservice(src: string): Promise<void>
injectScriptToBody(src: string): Promise<void>
injectStyleSheetToHead(src: string): Promise<void>
Advanced documentation
Visit our extensive API documentation: https://studyportals.github.io/microservice-injector/