MaximilianHagelstam / translatir

Translation app, powered by Azure Translator.

Home Page:https://translatir.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Translation app, powered by Azure Translator.

https://translatir.netlify.app

License:MIT License


Languages

Language:JavaScript 93.4%Language:HTML 3.8%Language:Shell 1.6%Language:Python 1.2%