Skip to content

motss/benchmarking-nodejs-web-frameworks

Repository files navigation

test-api

Yet another NPM package to output greetings.

Just another NPM package that does simply amazing thing.

How to use

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! */

License

MIT License © The Zumata Team