Skip to content
This repository has been archived by the owner on Jun 24, 2023. It is now read-only.

votingworks/module-usbstick

Repository files navigation

USB Stick Module

This web server component provides a web interface to simple USB stick operations.

Install Requisite Software

yarn install

Run Tests

yarn test

Start the Server

yarn start

API Documentation

This scanner module provides the following API:

  • GET /usbstick/status -- returns whether a USB stick is present or not:
{present: true}
  • POST /usbstick/eject -- ejects a USB stick if present
{success: true}

Architecture

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published