Skip to content
funkatron edited this page Sep 13, 2010 · 12 revisions

SpazCore

SpazCore is a component library designed to make development of Twitter (and other “lifestream” services) clients easier. It is written in JavaScript, and suitable for applications based on AIR, Titanium, and webOS, although most browser engine-based platforms should be able to utilize many aspects.

SpazCore is made up of four major elements: libraries (libs), helpers, platform-specific extensions (platforms), and vendor libraries (vendors)

Libraries

These are components that handle more complex functionality. Right now SpazCore has the following libs:

  • SpazCore (libs/spazcore.js): the base library
  • SpazTwit (libs/spaztwit.js): a Twitter API library
  • SpazPingFM (libs/spaztwit.js): a Twitter API library
  • SpazPrefs (libs/spazprefs.js): a preferences library
  • SpazTemplate (libs/spaztemplate.js): a simple library for storing and parsing templating methods
  • SpazCron (libs/spazcron.js): a library for handling repeating tasks

Additionally, database abstraction and possibly ORM libraries are planned.

Clone this wiki locally