1.0.2 • Published 5 years ago
klaus-require v1.0.2
Require From Web
Import/Load/Require module from url
Installation
Module available through the npm registry. It can be installed using the npm or yarn command line tools.
# NPM
npm install klaus-require --save
# Or Using Yarn
yarn add klaus-requireExample
work on progressDocumentation
Options :: requireFromWeb(url, axiosOptions, code)
url
Base 64 module Url of file.
Type: String
axiosOptions**
Config/option of Axios.
Type: Object
code
Add more code in end script.
Type: String
Tests
To run the test suite, first install the dependencies, then run test:
# NPM
npm test
# Or Using Yarn
yarn testDependencies
- axios: Promise based HTTP client for the browser and node.js
Dev Dependencies
- xo: JavaScript happiness style linter ❤️