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
- Host: GitHub
- URL: https://github.com/mdecker-mobilecomputing/nodejs_tastatureingabe
- Owner: MDecker-MobileComputing
- License: bsd-3-clause
- Created: 2018-11-24T17:32:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-18T10:20:29.000Z (almost 2 years ago)
- Last Synced: 2025-01-05T21:08:45.176Z (about 1 year ago)
- Topics: example, github-actions, keyboard-input, nodejs
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.