2.0.1 • Published 8 years ago
import-url v2.0.1
import-url
Install
npm install import-urlUsage
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
Related
This module used to be named require-remote and still still available on npm.
Author
| © 2017 Pablo Varela |