1.2.15 ā€¢ Published 4 years ago

uomlibraryapps-card-scanner-remote v1.2.15

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Welcome to uomlibraryapps-card-scanner-remote šŸ‘‹

Version License: ISC

Library Node.js app for UoM card scanning (remote)

Install

npm install uomlibraryapps-card-scanner-remote

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-remote/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-remote/angular"
	},
	"media": {
		"path": "/media/pi"
	},
	"database": {
		"dataPath": "./data"
	}
}

Then the application can be started from the current directory:

node node_module/uomlibraryapps-card-scanner-remote/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

1.2.15

4 years ago

1.2.14

4 years ago

1.2.13

4 years ago

1.2.12

4 years ago

1.2.11

4 years ago

1.2.10

4 years ago

1.2.9

4 years ago

1.2.8

4 years ago

1.2.7

4 years ago

1.2.6

4 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.3

4 years ago

1.0.0

4 years ago