Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 637 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 637 Bytes

Language-Translator

This project serves to create an application that translates a phrase into a language that the user chooses on the user interface. The user would speak to the application, and then the program would speak out loud the translated phrase.

After cloning the repository, please follow the steps below to run the application.

  1. Download Node and NPM
  2. cd into the server directory
  3. Run 'npm install'
  4. Add necessary API keys to .env_sample page
  5. Rename .env_sample to .env
  6. While still in the server directory, run npm run dev to start the server in dev mode.
  7. Open the index.html file in a browser.