Re: Linked Data App Builder

On 6 January 2012 22:00, Melvin Carvalho <melvincarvalho@gmail.com> wrote:
> I've pushed the code for a simple js/html app builder that can be seen here:
>
> http://appbuilder.data.fm/
>
> Features:
>
> Login with gmail/webid/facebook/yahoo
> Pull in facebook friends
> Mobile friendly
> Helper functions for linked data
>
> Should hopefully get you started building read write web apps, the code is:
>
> https://github.com/melvincarvalho/appbuilder
>
> hopefully should be improving it over time and using it as a template
> to demo more apps ...

I've added browserid support to the appbuilder

https://github.com/melvincarvalho/appbuilder

It now supports either the multi auth popup or browserid only ...
comment out the appropriate line

    loginType : 'loginMulti',
    loginType : 'loginBrowserID',

Received on Monday, 30 January 2012 16:21:04 UTC