Skip to content
forked from quirkey/swinger

Swinger is a couchapp for creating and showing presentations. Think Keynote, stored in CouchDB, run via Javascript and Sammy.js.

Notifications You must be signed in to change notification settings

prasobhpk/swinger

 
 

Repository files navigation

Swinger

Swinger is a couchapp for creating and showing Presentations. Think Keynote, stored in CouchDB, run via Javascript and Sammy.js.

About

This was created as a Demo for my talk at jQuery Conf 2009 about Sammy.js, however, its usefulness might outlast my talk. We'll see.

Requirements

  • A running CouchDB server
  • CouchApp - You need the latest and greatest couchapp for the push to work without errors. Follow these instructions to install from source

Usage

All you need to do to get up and running after the requirements are installed is:

$ couchapp push . https://localhost:5984/swinger

It should print out instructions of where you can view it.

You can also set up a .couchapprc file that looks something like this:

{
  "env": { 
    "default": {
      "db": "https://admin:password@localhost:5984/swinger"
    }
  }
}

Once that is set up you can just do:

$ couchapp push

Acknowledgments

Swinger was greatly inspired by Pat Nakajima's Slidedown.

Technologies/Projects used

About

Swinger is a couchapp for creating and showing presentations. Think Keynote, stored in CouchDB, run via Javascript and Sammy.js.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published