Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages