Skip to content

meboHQ/example-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello World Example

This example prints out Hello World.

Requirements

  • Node 8 or greater

Running example:

git clone https://github.com/meboHQ/example-hello-world.git
cd example-hello-world
npm install

Command-line

Running through the command-line:

node . --help
node . hello --help
node . hello "Ola Mundo!"
node . hello --repeat=5 "Ola Mundo!"

Web

Running through the web:

node .
GET: http://localhost:8080/hello?help
GET: http://localhost:8080/hello
GET: http://localhost:8080/hello?message=Ola%20Mundo
GET: http://localhost:8080/hello?message=Ola%20Mundo&repeat=5

Licensing

Mebo is free software; you can redistribute it and/or modify it under the terms of the MIT License