The project is now a Windows 10 app, source code available here https://github.com/Odonno/modern-gitter-winjs
A Gitter client application for Windows 8.1 & Windows Phone 8.1
Modern Gitter contains a small set of features that directly target Gitter API. Here is the key features :
- Retrieve your current rooms
- Search among your current rooms
- Chat in realtime (see & send messages)
- Use microphone to send messages
- Receive realtime notifications (in-app notifications)
- Receive delayed notifications (toasts notifications : unread items and mentions)
This project makes use of several frameworks like :
You can contribute to this project. There is several rules to follow :
- Use the angular git commit convention
- Create Pull Request with an understandable title and a short message that explains your contribution
- Be free to innovate !
We follow the angular git commit convention (https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#-git-commit-guidelines). Here are some examples that can help you to visualise how to make meaningful commits.
When fixing a bug with the notifications
fix(notifications): remove call that push twice the same notification
When adding a new feature related to notifications
feat(notifications): add push notifications when someone mentions user
When fixing an issue with the build / improving the build system
chore(app): improve build system
When adding some documentation
docs(readme): add a contribute section
I want to thank the following contributors who have helped me with this project.