Cozy Cozy-konnector-kiddiz
This konnector retrieves from https://kidizz.com :
- the photos of your children
- the avatar photo of the class mates of your children
Cozy is a personal data platform that brings all your web services in the same private space. With it, your webapps and your devices can share data easily, providing you with a new experience. You can install Cozy on your own hardware where no one's tracking you.
Create a konnector-dev-config.json
file at the root with your test credentials :
{
"COZY_URL": "http://cozy.tools:8080",
"fields": {"login":"zuck.m@rk.fb", "password":"123456"}
}
Then :
yarn
yarn standalone
For running the konnector connected to a Cozy server and more details see konnectors tutorial
If you want to work on this konnector and submit code modifications, feel free to open pull-requests!
See :
- the contributing guide for more information about how to properly open pull-requests.
- the konnectors development guide
- création from scratch : OK
- re-run : sans modif : OK
- re-run : suppression d'une photo et un avatar sans vidage corbeille : OK
- re-run : sans modif : OK
- re-run : sans modif : OK
- re-run : suppression d'une photo et un avatar avec vidage corbeille : OK
- re-run : sans modif : OK
- re-run : sans modif : OK
- re-run : modification du nom des albums & suppression d'une photo et un avatar & vidage de la corbeille : OK
- test re-run : sans modif : OK
- modification du nom des albums & suppression d'une photo et un avatar & sans vidage de la corbeille : OK
- test re-run : sans modif : OK
- modification d'un avatar sur site kidiz : OK
- suppression de l'account data (simule une déconnexion / reconnexion) : ?
- limiter les news que l'on Récupère
- créer un trombi html de la classe de chaque enfant
The lead maintainers for this konnector is Benibur.
You can reach the Cozy Community by:
- Konnectors tutorial
- Chatting with us on IRC #cozycloud on Libera.Chat
- Posting on our Forum
- Posting issues on the Github repos
- Say Hi! on Twitter
https://github.com/konnectors/kidizz is developed by Benibur and distributed under the AGPL v3 license.