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