You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Schoumi 8279392d37
avoid fetch data already retrieved (last declaration) again and again
4 years ago
assets chore: svg icon for better display in all sizes 4 years ago
bin chore: packaging 5 years ago
src avoid fetch data already retrieved (last declaration) again and again 4 years ago
.editorconfig Connection, retrieve list of past declaration, fetch each one done 5 years ago
.gitignore Connection, retrieve list of past declaration, fetch each one done 5 years ago
.prettierignore Connection, retrieve list of past declaration, fetch each one done 5 years ago
.travis.yml chore: mattermost setup 4 years ago
CODEOWNERS chore: packaging 5 years ago
CONTRIBUTING.md Connection, retrieve list of past declaration, fetch each one done 5 years ago
LICENSE Connection, retrieve list of past declaration, fetch each one done 5 years ago
README.md Remove magic values by scraping them from page 4 years ago
github_deploy_key.enc chore: packaging 5 years ago
icon.png Move getAccountData and refactor loop declaration 5 years ago
img.jpg First version of pdf generation need some refactoring 5 years ago
manifest.konnector fix: add account data update permission + handle async saveAccountData 4 years ago
package.json fix(deps): update dependency cozy-konnector-libs to v4.18.3 4 years ago
renovate.json Connection, retrieve list of past declaration, fetch each one done 5 years ago
webpack.config.js Merge branch 'master' of github.com:konnectors/net-entreprise-micro 5 years ago
yarn.lock fix(deps): update dependency cozy-konnector-libs to v4.18.3 4 years ago

README.md

Cozy

What's Cozy?

Cozy Logo

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 declarations from Net-Entreprises for Micro/Auto Entrepreneur

Open a Pull-Request

If you want to work on this konnector and submit code modifications, feel free to open pull-requests!
See :

Run and test

Create a konnector-dev-config.json file at the root with your test credentials :

{
  "COZY_URL": "http://cozy.tools:8080",
  "fields": {
    "siret":"12345678901234",
    "lastname":"LastName",
    "firstname":"FirstName",
    "password":"1234567890"
  }
}

Then :

yarn
yarn standalone

For running the konnector connected to a Cozy server and more details see konnectors documentation

Cozy-konnector-libs

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.

Maintainer

The lead maintainers for this konnector is Schoumi

Get in touch

You can reach the Cozy Community by:

License

net-entreprises-micro is developed by Schoumi and distributed under the AGPL v3 license.