An open API service indexing awesome lists of open source software.

https://github.com/mdecker-mobilecomputing/nodejs_tastatureingabe

Node.js program that needs module from NPM
https://github.com/mdecker-mobilecomputing/nodejs_tastatureingabe

example github-actions keyboard-input nodejs

Last synced: 11 months ago
JSON representation

Node.js program that needs module from NPM

Awesome Lists containing this project

README

          

# Tastatureingabe mit Node.js #


This repository contains a JavaScript program for [Node.js](https://nodejs.org/en/) to demonstrate
how to use [NPM packages](https://www.npmjs.com/).
The package used for the example is [readline-sync](https://www.npmjs.com/package/readline-sync),
which enables to read user input from the keyboard.

Before you can execute the program `Tastatureingabe_StringlaengeAusgeben.js` contained in this
repository, you have to execute the command `npm install` to download the module `readline-sync`.
This module will be stored in a sub-folder named `node_modules`.


----

## License ##


See the [LICENSE file](LICENSE.md) for license rights and limitations (BSD 3-Clause License)
for the files in this repository.