This repository has been archived on 2022-02-10. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
mmk2410 2aeadf10ee Updated README 2015-06-02 17:32:03 +02:00
.idea Moved to IntelliJ; intelligent code recognization; instant convertng, new UI 2015-05-31 23:21:32 +02:00
src Update through the app 2015-06-02 17:25:06 +02:00
.gitignore Moved to IntelliJ; intelligent code recognization; instant convertng, new UI 2015-05-31 23:21:32 +02:00
LICENSE Initial commit 2015-01-02 11:15:47 +01:00
README.md Updated README 2015-06-02 17:32:03 +02:00

README.md

Morse Converter

A writtenMorse and normal morse code converter. A detailed description about this program can be found on http://marcel-kapfer.de/writtenmorse.

Content

Contribute

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create New Pull Request

Feel free to write me a mail at marcelmichaelkapfer@yahoo.co.nz or contact me on Google+ or Twitter.

You should also check out the issues and the Trello board.

Trello Board

Feature & Development Board

Packages

Linux

Ubuntu

I created an Ubuntu repository for the app. You can use it by running the following lines:

sudo apt-add-repository ppa:mmk2410/morse-converter

sudo apt-get update

sudo apt-get install morse-converter

Launchpad