Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 608 Bytes

File metadata and controls

15 lines (15 loc) · 608 Bytes

Nameless-translate

Nameless translate is a translator app that uses DeppL API. I made this because I was bored and my teachers told me that i can't use Google translate or DeepL during tests.

How to deploy it yourself

If you don't wanna use the website then you can deploy it yourself

Requirements

  • Git (if cloning)
  • node js (with npm)

Installing dependencies

Just run npm install while being in the Nameless-translate directory

Adding dotenv

  1. Create a .env file
  2. Add deepl= into it and then add your DeepL api

Starting

To start it just run node . To stop it just press ctrl + c