https://github.com/rclement/cozy-konnector-thomann
Cozy konnector to fetch bills from Thomann
https://github.com/rclement/cozy-konnector-thomann
cozy konnector thomann
Last synced: 10 months ago
JSON representation
Cozy konnector to fetch bills from Thomann
- Host: GitHub
- URL: https://github.com/rclement/cozy-konnector-thomann
- Owner: rclement
- License: agpl-3.0
- Created: 2019-02-04T12:51:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-07T13:24:54.000Z (over 7 years ago)
- Last Synced: 2025-02-22T20:31:44.321Z (over 1 year ago)
- Topics: cozy, konnector, thomann
- Language: JavaScript
- Homepage:
- Size: 157 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
[Cozy][cozy] Thomann Cozy Connector
=======================================
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 Thomann.
### Open a Pull-Request
If you want to work on this konnector and submit code modifications, feel free to open pull-requests!
See :
* the [contributing guide][contribute] for more information about how to properly open pull-requests.
* the [konnectors development guide](https://docs.cozy.io/en/dev/konnector/)
### Run and test
Create a `konnector-dev-config.json` file at the root with your test credentials :
```javascript
{
"COZY_URL": "http://cozy.tools:8080",
"fields": {
"login": "zuck.m@rk.fb",
"password": "123456"
}
}
```
Then :
```sh
yarn
yarn standalone
```
For running the konnector connected to a Cozy server and more details see [konnectors documentation](https://docs.cozy.io/en/dev/konnector/)
### Cozy-konnector-libs
This connector uses [cozy-konnector-libs](https://github.com/cozy/cozy-konnector-libs). It brings a bunch of helpers to interact with the Cozy server and to fetch data from an online service.
### Maintainer
The lead maintainers for this konnector is Romain Clement
### Get in touch
You can reach the Cozy Community by:
- [konnectors documentation](https://docs.cozy.io/en/dev/konnector/)
- Chatting with us on IRC [#cozycloud on Freenode][freenode]
- Posting on our [Forum]
- Posting issues on the [Github repos][github]
- Say Hi! on [Twitter]
License
-------
cozy-konnector-thomann is developed by Romain Clement and distributed under the [AGPL v3 license][agpl-3.0].
[cozy]: https://cozy.io "Cozy Cloud"
[agpl-3.0]: https://www.gnu.org/licenses/agpl-3.0.html
[freenode]: http://webchat.freenode.net/?randomnick=1&channels=%23cozycloud&uio=d4
[forum]: https://forum.cozy.io/
[github]: https://github.com/cozy/
[nodejs]: https://nodejs.org/
[standard]: https://standardjs.com
[twitter]: https://twitter.com/mycozycloud
[webpack]: https://webpack.js.org
[yarn]: https://yarnpkg.com
[travis]: https://travis-ci.org
[contribute]: CONTRIBUTING.md