JavaScript client for the openEO API.
This library can run in a recent browser supporting ECMAScript 2015 or node.js.
To use it in a browser environment simply add the following code to your HTML file:
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
<script src="https://unpkg.com/@openeo/js-client/openeo.js"></script>
To install it with npm: npm install @openeo/js-client
See examples/ for usage examples.
Dependencies required to run the openEO JS client:
There is an experimental interactive web-based editor for coding using the openEO API, where you can define processes and visualizations in JavaScript. See https://github.com/Open-EO/openeo-web-editor for more details.