🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

uomlibraryapps-card-scanner-hybrid-local

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uomlibraryapps-card-scanner-hybrid-local

Library Node.js app for UoM card scanning (hybrid-local)

latest
npmnpm
Version
1.2.11
Version published
Maintainers
1
Created
Source

Welcome to uomlibraryapps-card-scanner-hybrid-local 👋

Version License: ISC

Library Node.js app for UoM card scanning (hybrid-local)

Install

npm install uomlibraryapps-card-scanner-hybrid-local

The app will be installed into the node_modules folder of the current path. A local configuration file is needed before it can be run to set relative paths, see "Usage"

Usage

A local configuration file must be created before running, in the folder "./config" called "uomlibraryapps-card-scanner.json" (NOT the node_modules/uomlibraryapps-card-scanner-hybrid-local/config, although this can be used as a template)

Crutially, the location of the Angular UI files needs to be set here.

{
	"ui": {
		"variation": "student"
	},
	"express": {
		"port": 8100
	},
	"angular": {
		"sourcePath": "./node_modules/uomlibraryapps-card-scanner-hybrid-local/angular"
	},
	"media": {
		"path": "/media/pi"
	},
	"database": {
		"dataPath": "./data"
	}
}

Then the application can be started from the current directory:

node node_module/uomlibraryapps-card-scanner-hybrid-local/dist/cli.js

Author

👤 UoM Library DTS

Show your support

Give a ⭐️ if this project helped you!

This README was generated with ❤️ by readme-md-generator

FAQs

Package last updated on 11 Apr 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts