Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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