Clockify-it is a customizable and extensible bridge between clockify and other time tracking / management tools written in dotnet.
Since this is just a side-project, I'll work on features and fixes when I have spare time.
Don't expect the application to be fully tested. It is not considered to be production ready even I'm aiming to use it personally.
- Configuration
- Architecture
- Integrations
Please take a look at the open issues.
Feel free to contribute. You can file an issue first to discuss about the changes to be made.
- Fork it (https://github.com/NecatiMeral/clockify-it/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am "add some fooBar"
) - Push to the branch (
git push origin feature/fooBar
) - Submit a new Pull Request
- Clockify for providing a free to use and quick to extend time tracker.
- Volosoft and the ABP-Framework for building an excellent open source application framework.