https://github.com/gangstead/nodeschool-attendance-lambda
Lambda function to update a google spreadsheet when github issues are closed
https://github.com/gangstead/nodeschool-attendance-lambda
Last synced: 3 months ago
JSON representation
Lambda function to update a google spreadsheet when github issues are closed
- Host: GitHub
- URL: https://github.com/gangstead/nodeschool-attendance-lambda
- Owner: gangstead
- Created: 2018-02-21T13:27:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-21T14:02:07.000Z (over 7 years ago)
- Last Synced: 2025-01-29T08:27:56.004Z (5 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
nodeschool-attendance-Lambda
============================Version of the webhook created during the workshopper: https://github.com/gangstead/lambdalambdalambda
- This is used to track attendance in https://github.com/nodeschool/dallas
- An issue is created for each event. The last comment before the issue is closed says something like "50 Meetup RSVPs, 30 people at meetup, 20 comments in the attendance issue"
- This webhook captures that comment and puts it in a google spreadsheet
- See the lambdalambdalambda workshop for deployment instructions