/translatir

Translation app, powered by Azure Translator.

Primary LanguageJavaScriptMIT LicenseMIT

Translatir

Demo

screenshot

Check out the live demo (if it dosen't work, I have ran out of Azure credits)

Requirements

  • Node.js
  • Yarn
  • An Azure subscription

Getting started

  1. Install Node.js
  2. Install yarn by running npm install -g yarn
  3. Setup Microsoft Translator with this quickstart guide
  4. Clone this repo using git clone --depth=1 https://github.com/MaximilianHagelstam/translatir.git <YOUR_PROJECT_NAME>
  5. Move to the appropriate directory: cd <YOUR_PROJECT_NAME>.
  6. Create a .env file in the root of your project and fill in as per .env.example.
  7. Run yarn install to install dependencies.
  8. Run yarn build to compile the example app.
  9. Run yarn start to start the example app.

License

This project is licensed under the terms of the MIT license.