Skip to content

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

License

Notifications You must be signed in to change notification settings

Camillevau/suivinumerique

 
 

Repository files navigation

Suivi Numerique

Suivi Numerique is a couchapp for tracking visitors datas during physical events. Think forms, stored in CouchDB, run via Javascript and Sammy.js.

!NOTE!

Unstable

About

TODO

Requirements

  • A running CouchDB server (>= 0.11)
  • 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 . http://localhost:5984/suivinumerique

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": "http://admin:password@localhost:5984/suivinumerique"
    }
  }
}

Once that is set up you can just do:

$ couchapp push

Acknowledgments

Suivi Numerique is mainly based on Swinger (http://github.com/quirkey/swinger).

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.9%
  • Ruby 0.1%