Skip to content

angelogeminiani/smartqr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmartQR

Mapping service for QRCode-to-URL redirection. built on node and Connect.

QuickStart

Please, visit SmartQR site for more details and news.

Start with SmartQR is very easy:

1) Configure HTTP server editing the file "smartqr/_workspace/settings/http.json".

{
	"domain": "localhost",
	"port":9000,
	"htdocs": "./htdocs"
}

2) Configure redirection editing the file "smartqr/_workspace/settings/redirections/redirect301.json"

{
	"/test/1":"http://www.google.it",
	"/test/2":"http://www.smartfeeling.org"
}

3) Print QRCodes (i.e. http://yourserver/test/1) and test.

Releases

No releases published

Packages

No packages published