osmosiz / sisyphus

Gmail-like client-side drafts and bit more. Plugin developed to save html forms data to LocalStorage to restore them after browser crashes, tabs closings and other disasters.

Home Page:http://sisyphus-js.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sisyphus ![Build Status] (https://travis-ci.org/simsalabim/sisyphus.svg?branch=master "Build Status")

Plugin developed to save html forms data to LocalStorage to restore them after browser crashes, tabs closings and other disasters.

Description and sample are available at http://sisyphus-js.herokuapp.com/

Smashing Magazine article: http://coding.smashingmagazine.com/2011/12/05/sisyphus-js-client-side-drafts-and-more/

How to contribute

  1. Fork the repository
  2. Install dependencies with npm install
  3. Run ./node_modules/karma/bin/karma start (or $ npm install -g karma-cli and karma start)
  4. Make your changes
  5. Write some specs and make sure that you did not break existing ones
  6. Check that your code style matches jQuery Core Style Guidelines
  7. Send a pull request

Author: Alexander Kaupanin

About

Gmail-like client-side drafts and bit more. Plugin developed to save html forms data to LocalStorage to restore them after browser crashes, tabs closings and other disasters.

http://sisyphus-js.herokuapp.com

License:MIT License


Languages

Language:JavaScript 74.4%Language:HTML 25.6%