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.
If you don't wanna use the website then you can deploy it yourself
- Git (if cloning)
- node js (with npm)
Just run npm install while being in the Nameless-translate directory
- Create a .env file
- Add
deepl=into it and then add your DeepL api
To start it just run node . To stop it just press ctrl + c