@synapticon/oblac-drives-fetch
v2.0.4
Published
Fetch OBLAC Drives and SOMANET Software releases from proxy cache or Amazon S3.
Downloads
13
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.