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.
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)
To use Sentinel API service, you need to have your API key. You can get test API key by writing mail to [email protected]. For more info about API service, check https://docs.sentinel-hub.com/api/latest/.