Skip to content

Seneca-CDOT/digital-signage-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setting Up Credentials for Basic Auth

  1. in the file credentials.json, replace "username" and "password" with the desired log in information.

Running the App

  1. npm i to install the required dependencies.
  2. npm start will run the server on port 8888.

Endpoints

GET / - serves up the web form where PDFs, interval, and transition data may be uploaded for each sign.

POST /update - accepts sign (an integer from 1-3) and timestamp (in YYYYMMDDHHmmss format) as query strings.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 58.9%
  • JavaScript 21.8%
  • CSS 19.3%