Yet another NPM package to output greetings.
Just another NPM package that does simply amazing thing.
The following is a simple code snippet:
/* Import the package */
const greetings = require('test-api');
/* Run it and display the output via console.log */
console.log(greetings()); /* output: Hello World from test-api! */
MIT License © The Zumata Team