stac-browser
stac-browser copied to clipboard
Easy execution via CLI
Make runnning a STAC Browser as easy as npx @radiantearth/stac-browser <location>.
For local testing (i.e. no http[s]) use http-server to start a server for the local files.
Get rid of the environment variables (cross-plattform support!) and instead have either a config file or the CLI parameters.
For local testing (i.e. no http[s]) use http-server to start a server for the local files.
This won't work as easily as you still need to provide a stacProxyUrl, which the user needs to provide.
Get rid of the environment variables (cross-plattform support!) and instead have either a config file or the CLI parameters.
This is done.