This project is obsolete. We do not support it anymore. If you are searching Mirakel for Android, please look here
Mirakel is a free Wunderlist clone. The aim is to develop a Webapp (in Ruby on Rails), a desktop-application (in Python) and an Android-App. You have the ability to run your own Mirakel-Server and sync your Client-Applications with your Server.
Here you can try Mirakel: http://mirakel.azapps.de/
This application is still alpha. no guarantees are given for any functionality or data persistance.
I will try to set up a good–working application, when Mirakel leaves the alpha-status.
- Test-Account:
- Email: [email protected]
- Password: test123
Clone the Git-repository and run the following commands:
$ bundle install
$ rake db:migrate
Then you can run a server via
$ rails server
Via my Github profile:
The repo for the Android App you can find here: https://github.com/azapps/mirakel-android
(MIT License)
Copyright (c) 2012-2013 Anatolij Zelenin, Georg Semmler
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.