https://github.com/alecperkins/nfrom1to10
Pick a number from 1 to 10
https://github.com/alecperkins/nfrom1to10
Last synced: 2 months ago
JSON representation
Pick a number from 1 to 10
- Host: GitHub
- URL: https://github.com/alecperkins/nfrom1to10
- Owner: alecperkins
- Created: 2011-03-27T02:56:27.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2011-10-03T17:10:43.000Z (over 13 years ago)
- Last Synced: 2024-04-14T03:56:16.447Z (about 1 year ago)
- Language: CoffeeScript
- Homepage: nfrom1to10.appspot.com
- Size: 3.4 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pick A Number
This is the source code of the [Pick A Number](http://nfrom1to10.appspot.com/)
experiment.## App
The app is an AppEngine project written in Python, with JavaScript and CSS
generated from CoffeeScript and Sass.## Posts
The content from the [posts](http://craisins.alecperkins.net/tag/pickanumber)
about the experiment, including the media.## Tools
There is a sample vote fetching script, `fetch_votes.coffee`, in tools/, that
fetches the votes from the Pick A Number API.