====== QuickUser JavaScript Library ======
QuickUser is a JavaScript class that maintains user information. There are two versions, one that uses a cookie and another that uses HTML 5 local storage. Each creates a new user ID, if one wasn't already created, and stores an array of user information. Additional key / value pairs can be added by the programmer. No user id or password is required, making login unnecessary. Login credentials could be easily added and tracked, however.
{{:quickuser.zip|Download Cookie Version (quickuser.zip)}}
{{:quickuser2.zip|Download HTML5 Version (quickuser2.zip)}}
In order to use the library, simply include the QuickUser.js file into your HTML document.
Then, in your documents JavaScript create an instance of the QuickUser object.
This source code is distributed under the [[MIT License]].