nodejs-api

Expose node.js modules through an object

Usage no npm install needed!

<script type="module">
  import nodejsApi from 'https://cdn.skypack.dev/nodejs-api';
</script>

README

nodejs-api

Build Status

Expose node.js modules through an object

Install

$ npm install --save node-api

Usage

var nodes = require('nodejs-api');
nodes.console.log('hello'); // will print hello

See all modules available:

console.log(Object.keys(require('nodejs-api')));

LICENSE

MIT © Cristian Trifan