A Short-Lived Disposable Settings API
Sometimes we just need a quick way to persist some data without getting into creating a dedicated data store. Or maybe we just don't want to pollute an existing storage with temporary data that is ephermal in nature and we only need for a short little while. Demo apps, mock ups, proofs of concept... are all use cases for this service.
Well, say hello to prefs.us!
- No accounts. No logins.
- No databases to create and manage.
- Inactive data purged automatically.
- Set your own TTL on any piece of data.
- Organize your data by projects, domains, lists.
- All data stored encrypted.
Include prefs.us in your project
Get API token
Write data
Read data (Callback)
Read data (Promise)