flickz / helloworldjs

A simple module that allows you to print or get 'Hello World' in any language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

helloworldjs

My first npm package. Just a module that allows you to print or get "Hello World" in different languages

Install

 npm install helloworldjs

Apis

  var greet = require('helloworldjs');
   greet.greetCall('French'); // "Bonjour le monde"
   
   greet.greetCall('English'); // "Hello World"
   
greet.greetReturn("Spanish") // Returns "Hola Mundo"

console.log(greet.greetReturn("Spanish")); // "Hola Mundo" 

This is my first npm module. If you like this, kindly star it.

About

A simple module that allows you to print or get 'Hello World' in any language

License:MIT License


Languages

Language:JavaScript 100.0%