UNPKG

@cumulus/test-data

Version:
29 lines (17 loc) 771 B
# @cumulus/test-data @cumulus/test-data provides a collection of example data for use in testing Cumulus modules. ## About Cumulus Cumulus is a cloud-based data ingest, archive, distribution and management prototype for NASA's future Earth science data streams. [Cumulus Documentation](https://nasa.github.io/cumulus) ## Installation ```bash npm install @cumulus/test-data ``` ## Using data from this package Using `require` or `import`: ```js const payload = require('@cumulus/test-data/payloads/new-message-schema/ingest.json'); import payload from '@cumulus/test-data/payloads/new-message-schema/ingest.json'; ``` ## Contributing To make a contribution, please [see our contributing guidelines](https://github.com/nasa/cumulus/blob/master/CONTRIBUTING.md).