@robocoporg/nodesdk
v1.0.1
Published
A Node.js SDK that provides a sayHello() method.
Readme
nodesdk
A simple Node.js SDK that provides a sayHello() method.
Installation
npm install nodesdkUsage
const nodesdk = require('nodesdk');
console.log(nodesdk.sayHello()); // Output: helloAPI
sayHello()
Returns the string "hello".
Testing
To run the test:
npm testLicense
MIT
