oblac-drives-fetch
v1.3.9
Published
Fetch OBLAC Drives and SOMANET Software releases from proxy cache or Amazon S3.
Downloads
6
Readme
OBLAC Drives Fetch
Fetch OBLAC Drives and SOMANET Software releases from proxy cache or Amazon S3.
Install
npm install --save oblac-drives-fetch
Usage
import { fetchReleases } from 'oblac-drives-fetch';
fetchReleases().then(releases => {
const [productionReleases, developmentReleases] = releases;
});
How to run tests
npm run start:dev
The output will be go to Chrome DevTools Console. See test.js for more usage examples.