Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 778 Bytes

readme.md

File metadata and controls

40 lines (34 loc) · 778 Bytes

node-translator-ui

preview 1 preview 2

Get started

git clone https://github.com/attx/node-translator.git
cd node-translator
npm install # or yarn

Google Translator API Access required: cloud.google.com/translate

// ./config.json
{
  "API_KEY": "<GOOGLE_API_KEY>"
}

Watch

npm run watch
node server.js
// http://localhost:8080/dist

Build

npm run build
// http://localhost:3000