Cozy Cozy konnector for GEG
=======================================
What's Cozy?
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.
What is this konnector about ?
This konnector retrieves your bills from a given contract number attached to your GEG client area. It is aimed to work with GEG client area.
If you want to work on this konnector and submit code modifications, feel free to open merge-requests!
See :
-
the contributing guide for more information about how to properly open pull-requests.
Create a konnector-dev-config.json
file at the root with your test credentials :
{
"COZY_URL": "http://cozy.tools:8080",
"fields": {"login":"your_email_address@domain.tld", "password":"********"}
}
Then :
yarn
yarn standalone
For running the konnector connected to a Cozy server and more details see konnectors tutorial
This connector uses cozy-konnector-libs. It brings a bunch of helpers to interact with the Cozy server and to fetch data from an online service.
The lead maintainers for this konnector is KAPT on behalf of the SDED.
You can reach the Cozy Community by:
-
Chatting with us on IRC #cozycloud on Libera.Chat
-
Posting on our Forum
-
Posting issues on the Gitlab repo
-
Say Hi! on Twitter
License
cozy-konnector-geg is developed by KAPT and distributed under the AGPL v3 license.