https://github.com/stuartleeks/meetup-prize-draw
A simple .NET Core sample application showing how to create an in-browser prize draw application for a meetup event, inspired by https://github.com/dotnetoxford/prizedraw
https://github.com/stuartleeks/meetup-prize-draw
asp-net-core dotnet-core
Last synced: about 1 month ago
JSON representation
A simple .NET Core sample application showing how to create an in-browser prize draw application for a meetup event, inspired by https://github.com/dotnetoxford/prizedraw
- Host: GitHub
- URL: https://github.com/stuartleeks/meetup-prize-draw
- Owner: stuartleeks
- License: mit
- Created: 2018-06-04T19:38:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-24T13:02:53.000Z (over 7 years ago)
- Last Synced: 2025-10-26T00:32:33.462Z (7 months ago)
- Topics: asp-net-core, dotnet-core
- Language: C#
- Homepage:
- Size: 541 KB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# meetup-prize-draw
A simple .NET Core sample application showing how to create an in-browser prize draw application for a [meetup](https://www.meetup.com) event, inspired by [dotnetoxford/prizedraw](https://github.com/dotnetoxford/PrizeDraw)
A demo version of the sample is running at [meetupprizedraw.azurewebsites.net/](http://meetupprizedraw.azurewebsites.net/).
The presenter screen can be shown by pressing `P`. This screen shows the list of winners, and also allows you to specify a [Slack webhook url](https://api.slack.com/incoming-webhooks) to have winners posted to Slack. For convenience, the webhook url is persisted in local storage :-)