Skip to content

crissdev/nodejs-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Expose node.js modules through an object

Resources

License

Stars

Watchers

Forks

Packages

No packages published