nicholast.fm
nicholast.fm copied to clipboard
Make localStorage module
Needs to:
- [ ] Store multiple users' stats
- [ ] Store stats in a compact orderly way
- [ ] Compress/Decompress stats to and from localStorage
- [ ] Easily save and retrieve stats
- [ ] Return a list of stored users, for user name typeahead
- [ ] Handle storage between multiple tabs at one time
- [ ] ...more