hupili / snsapi

Cross platform middleware for Social Networking Services: Twitter, Facebook, SinaWeibo, Renren, RSS, Email, Sqlite, ... (more coming)
http://snsapi.ie.cuhk.edu.hk
159 stars 53 forks source link

Google doc platform #90

Closed hupili closed 10 years ago

hupili commented 10 years ago

The spread sheet component of Google doc is one way to manage structured data. The SNSAPI compliant object can be written to the spread sheet (with some frequent fields flattened into the columns).

One sample application is to integrate timelineJS.

This is one easier way to readily implement POSSE without bothering too much site setup. i.e. a static site with GoogleDocSpreadSheet-enabled SNSAPI suffice.

hupili commented 10 years ago

Support "JSON platform" is of higher priority.

SNSAPI's internal data structure design is JSON serializable. Here we want to make a platform s.t. conversion to other JSON format is easier.

This is more coherent with timelineJS.

hupili commented 10 years ago

Google doc is obviously low priority now. Re-open if more users demand it.