0.3.0 • Published 5 years ago

oversetter v0.3.0

Weekly downloads
6
License
MIT
Repository
github
Last release
5 years ago

Oversetter is an translation app, which allows you to translate content directly from your menu bar. Oversetter is open-source application based on Angular and Electron. It uses free API of Yandex Translate for text translation.

Screenshot

Download

You can download the latest version of the application for macOS, Windows and Linux.

How to use

  1. Register free Yandex Translate API-Key (or use built-in dev-key for the first time).
  2. Install dependencies, build and run application with electron:
npm install
npm run build
npm run electron

Development

npm run build-dev

and

NODE_ENV=dev npm run electron

App Packaging

npm run package:osx
npm run package:win32
npm run package:linux

or

npm run package:all

ToDo: Up next

See Projects-tab. Feel free to contribute!