0.3.0 • Published 5 years ago

@sat-utils/api-lib v0.3.0

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

@sat-utils/api-lib

Unit Tests

$ yarn
$ yarn test

Integration Tests

Navigate to the integration directory

$ cd ./tests/integration

Use the environment variable DOCKER_NAME to set your Docker host name. Normally localhost.

$ export DOCKER_NAME=localhost

The AWS-SDK library also requires fake key fields to create a connection so set.

$ export AWS_ACCESS_KEY_ID=none
$ export AWS_SECRET_ACCESS_KEY=none

To run the tests

$ ./runIntegration.sh

Environment variables

AWS_REGION AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY ES_HOST ES_BATCH_SIZE STAC_ID STAC_TITLE STAC_DESCRIPTION STAC_VERSION STAC_DOCS_URL SATAPI_URL

About

sat-api was created by Development Seed and is part of a collection of tools called sat-utils.