2.0.4 • Published 3 years ago

@synapticon/oblac-drives-fetch v2.0.4

Weekly downloads
6
License
MIT
Repository
github
Last release
3 years ago

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.

2.0.3

3 years ago

2.0.4

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.5.0

3 years ago

1.4.2

3 years ago

1.4.1

4 years ago

1.4.0

4 years ago