19.1.0 • Published 8 months ago

@cumulus/lzards-api-client v19.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
8 months ago

@cumulus/lzards-api-client

A Node.js client to NASA's Level Zero and Repositories Data Store (LZARDS) API.

Usage

npm install @cumulus/lzards-api-client

Example

const { submitQueryToLzards } = require('@cumulus/lzards-api-client/lzards');

const now = new Date().getTime();
const thirtyMinutesAgo = now - (1000 * 60 * 30);
const twoMinutesAgo = now - (1000 * 60 * 2);

const searchParams = {
    pageLimit: 25,
    'metadata[provider]': provider,
    'metadata[createdAt][gte]': thirtyMinutesAgo,
    'metadata[createdAt][lte]': twoMinutesAgo,
}

const response = await submitQueryToLzards({ searchParams });

Required Environment Variables

NameExample
launchpad_apihttps://api.launchpad.nasa.gov/icam/api/sm/v1
lzards_apihttps://lzards.sit.earthdata.nasa.gov/api/backups
lzards_launchpad_passphrase_secret_nameabc-tf-lzards-api-client-test-launchpad-passphraseXXXXX lzards_launchpad_certificate launchpad.pfx
stackNameabc-tf
system_bucketabc-tf-internal

LZARDS API Docs

LZARDS API documentation is here:

Test

Test with npm run test.

About Cumulus

Cumulus is a cloud-based data ingest, archive, distribution and management prototype for NASA's future Earth science data streams.

Cumulus Documentation

Contributing

To make a contribution, please see our contributing guidelines.

19.1.0

8 months ago

18.5.1

8 months ago

18.5.0

9 months ago

18.3.5

9 months ago

19.0.0

10 months ago

18.3.4

10 months ago

18.3.3

10 months ago

18.3.2

11 months ago

18.4.0

10 months ago

18.3.1

12 months ago

18.2.2

1 year ago

18.3.0

1 year ago

16.1.5

1 year ago

18.2.1

1 year ago

16.1.4

1 year ago

18.2.0

1 year ago

16.1.3

1 year ago

18.2.0-alpha.0

2 years ago

18.1.0

2 years ago

18.0.0

2 years ago

17.0.0

2 years ago

16.0.3-alpha.0

2 years ago

16.1.1

2 years ago

16.1.0

2 years ago

16.0.0

2 years ago

16.1.2

2 years ago

15.0.4

2 years ago

16.0.1-alpha.0

2 years ago

16.0.2-alpha.0

2 years ago

15.0.2

2 years ago

15.0.3

2 years ago

15.0.1

2 years ago

15.0.0

2 years ago

14.1.0

2 years ago

13.4.0

3 years ago

14.0.0

3 years ago

13.3.2-alpha.0

3 years ago

13.2.2-alpha.2

3 years ago

13.2.2-alpha.1

3 years ago

13.2.2-alpha.0

3 years ago

13.2.1-alpha.0

3 years ago

13.2.1-alpha.1

3 years ago

11.0.1-alpha.0

3 years ago

10.1.2-alpha.0

3 years ago