Skip to content

An open source port of dcurt.is Kudos buttons (Example below.)

Notifications You must be signed in to change notification settings

dineshkummarc/OpenKudos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

OpenKudos

OpenKudos - An open source port of the awesome "kudos" button as seen on http://dcurt.is!


Description

What?

  • An open source port of Dustin Curtis' Kudos Buttons
  • Cooler upvote buttons for anything.

Why?

  • Kudos button is so damn cool.
  • I just had to use it! :D

How?

  • Server runs on Google App Engine Goodness!!!
  • IFrame based async updates.

Instructions

Backend

Frontend


Specs

Backend

@ platform: App Engine
@ actions:

  • /incr/set-id # increment existing set-id or create new id
  • /decr/set-id # decrement existing set-id or create new id
  • /newset/name/secret # create new set (if secret is okay)
  • /stats/set-id # Return stats for set-id
  • / # Print all stats

Note: id's are alpahnumeric

Frontend

@ technologies:

  • jQuery
  • HTML5
  • CSS3 Animations

@ implementation

  • async behaviour implemented using IFrames.

Enjoy

This is a fun project.
Feedback, improvements and critique are greatly appreciated.
You can write to me at: singh@diwank.name

Examples

A List of My Ideas

My Blag


Ideas

Some ideas for improvements:

  • Use cookies to mark people off.
  • Make automated backups of memcache.
  • Use JSONP instead of IFrames.

License

Copyright (c) 2012 Diwank Singh Tomer

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

An open source port of dcurt.is Kudos buttons (Example below.)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published