Skip to content

sentinel-hub/SentinelPlayground

Repository files navigation

Sentinel Playground has been made open-source to provide an easier way of trying the Sentinel Hub API services. Project is built with React, more specifically with Create React App. For state management it uses Redux. Map is based on Leaflet.

Sentinel Playground

Setting up

Node.js version 8.x must be used to run app successfully.

- yarn install
- open src/store/config.js and insert your Sentinel API key
- yarn start (for local testing)
- yarn build (prepare application for deploy)

Acquiring Sentinel API key

To use Sentinel API service, you need to have your API key. You can get test API key by writing mail to info@sentinel-hub.com. For more info about API service, check https://docs.sentinel-hub.com/api/latest/.