A simple Node.js REST API that translates input text to Vietnamese using translate-google, and logs each translation request with timestamp into a log.json file.
- Translate any input text into Vietnamese (
vi) - Automatically logs every request and response to
log.json - Timestamp formatted with
Asia/Ho_Chi_Minhtimezone - Built with Express and Node.js
git clone https://github.com/your-username/translate-logger-api.git
cd translate-logger-api
npm install