2.0.1 • Published 7 years ago

import-url v2.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

import-url

Install

npm install import-url

Usage

const foo = await require('import-url')('module.now.sh')
console.log(foo()) //=> 'awesome!'

Right now it doesn't support modules requiring other modules. So if your remote module does a require() it will fail.

Contribute

Feel free to open an issue or a PR.

License

MIT license

Related

This module used to be named require-remote and still still available on npm.

Author

me
© 2017 Pablo Varela