Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 736 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 736 Bytes

Language-Guesser

Language-Guesser is a straightforward terminal-based tool developed in Node.js that helps you identify the language of a given sentence or text.

Usage

To use Language-Guesser, simply follow these steps:

  1. Clone this repository to your local machine:
    git clone https://github.com/your-username/Language-Guesser.git
  2. Navigate to the project directory:
    cd Language-Guesser
  3. Install the necessary dependencies (you only need to do this once):
    npm install
  4. Run the Language-Guesser by providing a sentence or text within single quotes as an argument to the index.js script. For example:
    node index.js 'Write your sentence here'