https://github.com/mebohq/example-hello-world
Hello world example
https://github.com/mebohq/example-hello-world
example hello-world javascript
Last synced: 7 months ago
JSON representation
Hello world example
- Host: GitHub
- URL: https://github.com/mebohq/example-hello-world
- Owner: meboHQ
- License: mit
- Created: 2017-04-25T07:16:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-09-10T01:53:32.000Z (over 6 years ago)
- Last Synced: 2025-07-06T16:04:11.471Z (7 months ago)
- Topics: example, hello-world, javascript
- Language: JavaScript
- Homepage: https://mebohq.github.io
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Hello World Example
This example prints out Hello World.
## Requirements
- Node 8 or greater
## Running example:
```bash
git clone https://github.com/meboHQ/example-hello-world.git
cd example-hello-world
npm install
```
#### Command-line
Running through the command-line:
```bash
node . --help
node . hello --help
node . hello "Ola Mundo!"
node . hello --repeat=5 "Ola Mundo!"
```
#### Web
Running through the web:
```bash
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