I am planning to use localstorage to keep the user data and to use Ember Data to manage this data for a personal web-app. I have read on the 'Ember Data' README.md that make a adapter for local storage is possible.
Is there any open implementation available? I am really new to GitHub and can't find any project with this type of adapter.