Skip to content

IrrelevantPictureOrg/node-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodesdk

A simple Node.js SDK that provides a sayHello() method.

Installation

npm install nodesdk

Usage

const nodesdk = require('nodesdk');

console.log(nodesdk.sayHello()); // Output: hello

API

sayHello()

Returns the string "hello".

Testing

To run the test:

npm test

License

MIT

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors