Skip to content

sentinel-hub/SentinelPlayground

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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/.