arlas-web-contirbutors
v19.0.3
Published
Contributors Library for ARLAS Components
Downloads
1
Readme
ARLAS Web Contributors
arlas-web-contributors
is a typescript library that fetches data from the ARLAS Exploration API and pass it to the different arlas-web-components.
Each ARLAS-web-component has its corresponding contributor.
A contributor also listens to the filters applied on the component and pass them to the other contributors. These collaborative contibutions are monitored by arlas-web-core
Install
To install this library in your npm web application, add the dependency in your package.json
file.
$ npm install --save arlas-web-contributors
Documentation
Please find the documentation of all the contributors here
Versioning
We use SemVer for versioning : x.y.z
.
x
: Incremented as soon as theARLAS-server API
changesy
: Incremented as soon as a contributor has a new feature or a new contributor is implemented.z
: Incremented as soon as theARLAS-web-contributors
implementation receives a fix or an enhancement.
For the versions available, check the ARLAS-web-contributors releases.
Authors
- Gisaïa - Initial work - Gisaïa
See also the list of contributors who participated in this project.
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
License
This project is licensed under the Apache License 2.0 - see the LICENSE.txt file for details