thaliproject / thali

Our root repository for all of our projects
MIT License
86 stars 13 forks source link

Address book support #126

Open yaronyg opened 9 years ago

yaronyg commented 9 years ago

We need an API to make it easy to store and manage address book entries. Yes, of course, this should be a PouchDB DB. But we need to do things like support 'pet names' and guarantee their uniqueness. This is the sort of thing that a JS wrapper can make sure is less likely to be screwed up.