A simple Node.js SDK that provides a sayHello() method.
npm install nodesdk
const nodesdk = require('nodesdk');
console.log(nodesdk.sayHello()); // Output: helloReturns the string "hello".
To run the test:
npm test
MIT
| Name | Name | Last commit date | ||
|---|---|---|---|---|