An open API service indexing awesome lists of open source software.

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

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.