Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lefuturiste/etcher-scanner
A simple way to scan for writable devices
https://github.com/lefuturiste/etcher-scanner
Last synced: 4 days ago
JSON representation
A simple way to scan for writable devices
- Host: GitHub
- URL: https://github.com/lefuturiste/etcher-scanner
- Owner: lefuturiste
- Created: 2018-12-23T18:25:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-24T12:17:51.000Z (almost 6 years ago)
- Last Synced: 2024-03-25T14:04:02.509Z (8 months ago)
- Language: JavaScript
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Etcher scanner
This is not my work, I have just extracted the scanner component from the [etcher-sdk](https://github.com/balena-io-modules/etcher-sdk)
This package is a simple way to get the writtables storage devices available and listen for attach/dettach event.
## Installation
`npm i --save etcher-scanner`
## Usage
You can find an example of the etcher scanner [here](https://github.com/lefuturiste/etcher-scanner/blob/master/examples/fetchAllAndListen.js)