This repository contains Packaged Web App with Remote Storage integration with remoteStorage.js.
It was based in the minimal example and My Favourite Drinks provided at remotestorage.io.
##Deployment:
###Pre-requisites You need to have an account on the [OST]((https://www.ost.pt) platform set as developer.
###Procedure
-
edit 'config.xml' and change 'your-app-id' to an id of your choice
-
zip all the files and change the extension from '.zip' to '.wgt'
-
check your listing for the app you just created
##How to use the app
- get a remote storage account, for instance at heahdk.net/
- log in with your account on the remoteStorage widget and your data will be stored in your remoteStorage provider
##What is remoteStorage?
remoteStorage.js is a JavaScript library, used to enable users of unhosted web apps (JavaScript apps
running in a browser) to store their data at a place of their choice (their “remoteStorage” server).
It tries to get in the way of app developers as little as possible, while providing the easiest path for
both developers and users to integrate their storage with apps.
from http://remotestoragejs.com/doc/code/files2/overview-txt.html
###More information: