Home > prize

prize

Prize is a project mainly written in ..., it's free.

A sort-of random picker for Meetup door prize winners, built on Spde

Prize

A sort-of random picker for Meetup door prize winners, built on Spde.

Prize must be configured with your Meetup API credentials and the ID of the meetup where it should fetch its attendee list. Create a text file data/api.properties of the format

key = API-KEY-HERE
event_id = EVENT-ID-HERE

To build and run it you'll need to have Simple Build Tool setup on your path. Then,

$ sbt
> update
> run
Previous:first_app