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 yourpackage.json
file.$ npm install --save arlas-web-contributors
Documentation
Please find the documentation of all the contributors hereVersioning
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.