{"id":19960098,"url":"https://github.com/born2net/remotevalues","last_synced_at":"2025-08-01T03:37:24.376Z","repository":{"id":24484056,"uuid":"27888417","full_name":"born2net/remoteValues","owner":"born2net","description":"create customer line / queue manager with mobile update integration","archived":false,"fork":false,"pushed_at":"2014-12-22T14:45:02.000Z","size":184,"stargazers_count":4,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-07T21:51:23.173Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/born2net.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-11T19:41:50.000Z","updated_at":"2020-02-07T05:39:53.000Z","dependencies_parsed_at":"2022-08-22T18:00:18.918Z","dependency_job_id":null,"html_url":"https://github.com/born2net/remoteValues","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/born2net%2FremoteValues","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/born2net%2FremoteValues/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/born2net%2FremoteValues/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/born2net%2FremoteValues/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/born2net","download_url":"https://codeload.github.com/born2net/remoteValues/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252259305,"owners_count":21719659,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T01:53:43.202Z","updated_at":"2025-05-03T21:31:19.261Z","avatar_url":"https://github.com/born2net.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch5\u003eby digitalsignage.com\u003c/h5\u003e \n==========\n\n\n\nRemoteValues, customer que management\n---------------------------------------\n\nWith DigitalSignage.com and RemoteValues, you can easily integrate customer line queuing manager, a custom play score board, telemarketing progress board, or any other type of Digital Signage screen with custom labels.\nThe real power comes from your own scripting logic. In other words, you can develop your business logic that's right for your company and feed the values into any label on the public digital signage screen.\nIn this example we provide a working server to act as customer line counter; but this is just one example of many that could be incorporated.\n\nWith the Queue manager, employees control which number is being served, as well as provide your customers with the ability to scan a QR code on the Digital Signage screen and keep monitoring their status in line from a mobile device.\nThis means that your customers do not have to be confined in a room waiting to be served on, instead they can roam around and stay updated on current queue position.\n\nWe provide the working sample code powered by node.js web server that runs on Windows, Linux or Mac.\nThe application is organized into 3 modules.\n\n- server software which manages the current queue as well as serves the HTML pages your employees and customer will interact with.\n- terminal.html is the user interface your employees will use to manage the queue.\n- nowServing.html is the user interface your customers will view to stay updated on current que position (using QR and mobile phone)\n\nServer installation:\n------------------------------------------------------------------------\nTo launch the server be sure to install node.js as well as the required modules:\n\n\u003cpre\u003e\nnpm install express@3 (for express server v3.0)\nnpm install jquery\nnpm install underscore\nnpm install path\n\u003c/pre\u003e\n\nLaunch the server using:\n\n\u003cpre\u003e\nnode server.js\n\u003c/pre\u003e\n\nThe server by default listens to connections on port 8080\n\nUser configuration and interaction\n------------------------------------------------------------------------\nNext edit terminal.html and nowServing.html and replace 'digitalsignage.com' with your server ip or DNS name.\n\nfor example:\n\n\u003cpre\u003e\ndocument.domain = 'digitalsignage.com';\nvar u = 'http://www.digitalsignage.com:8080/nowServing';\n\u003c/pre\u003e\n\n\u003cpre\u003e\ndocument.domain = 'digitalsignage.com';\n$.ajax({\n url: 'http://www.digitalsignage.com:8080/' + step,\n ...\n\u003c/pre\u003e\n\nOnce the server is up and running you can launch:\n\nhttp://[YOUR_IP]:8080/remoteValues/nowServing.html\nhttp://[YOUR_IP]:8080/remoteValues/terminal.html\n\nBe sure to follow the video tutorial at: http://www.digitalsignage.com/_html/signage_video.html?videoNumber=RemoteCounter\nwhich will walk you through the StudioPro / SignagePlayer setup and configuration.\n\n\nMore help:\n------------------------------------------------------------------------\n- Landing page RemoteValues: http://www.digitalsignage.com/_html/remotevalues.html\n- Landing page RemoteTouch: http://www.digitalsignage.com/_html/remotetouch.html\n- RemoteValues: http://www.digitalsignage.com/_html/signage_video.html?videoNumber=RemoteValues\n- RemoteTouch: http://www.digitalsignage.com/_html/signage_video.html?videoNumber=RemoteTouch\n\nLicense:\n------------------------------------------------------------------------\nMIT\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborn2net%2Fremotevalues","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fborn2net%2Fremotevalues","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborn2net%2Fremotevalues/lists"}