Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seandadonntech/textit
This simple JavaScript program takes user input, asking for a text, and then displays that text a specified number of times.
https://github.com/seandadonntech/textit
Last synced: about 7 hours ago
JSON representation
This simple JavaScript program takes user input, asking for a text, and then displays that text a specified number of times.
- Host: GitHub
- URL: https://github.com/seandadonntech/textit
- Owner: seandadonntech
- License: bsd-2-clause
- Created: 2023-12-09T14:01:46.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-09T14:04:28.000Z (11 months ago)
- Last Synced: 2023-12-09T15:23:32.390Z (11 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Text Display Program
This simple JavaScript program takes user input, asking for a text, and then displays that text a specified number of times.
## Prerequisites
- Node.js installed on your machine
- prompt-sync module installed (you can install it using `npm install prompt-sync`)## How to Use
1. Clone the repository:
```bash
git clone seandadonntech/textit
cd textit