An open API service indexing awesome lists of open source software.

https://github.com/whiteducksoftware/clockodo-automation


https://github.com/whiteducksoftware/clockodo-automation

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          




fred


Clockodo automation















---



---
## Try it out

[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2F55e62e20a04044a3c2354d2960425952.m.pipedream.net%2F)

A small solution for creating automated backups of your Clockodo entries. The "Deploy to Azure" button will create a small environment consisting of:
- Azure Key vault
- Storage account with blob container
- App Service plan
- Function App
- Application Insights

By default, the deployment will create two functions that will perform backups on a daily and monthly basis. The backups will be stored as .csv files in the deployed storage account.

For more information check out the repository's [Wiki](https://github.com/whiteducksoftware/clockodo-automation/wiki) page.

### Prerequisites
- Azure Subscription
- E-mail address of a Clockodo API User
- Clockodo API key

## The purpose of this project are two things:

- Provide additional features around clockodo like automated backup, analytics or alerting.
- Serve as a learning environment for white duck 🦆 employees. Quack quack

## Technologies

- Azure Biceps 💪 to generate ARM templates
- DevContainer

---