Show HN: Serverless GitHub Leaderboard Single Page App
This application is an example of how to write a Single Page App (SPA) with a Serverless approach. It provides a live leaderboard for your GitHub organisation or repos showing comments made and issues opened by your community and contributors. Here’s a preview of the app when the dark theme is enabled:
Subscribe to events by adding a webhook to the github-sub function:
Read all the details here on how to build a portable Serverless Single Page App for any cloud:
See also: Blog: How to build a Serverless Single Page App
Receives webhooks from GitHub via an organization or repo subscription.
Source: github.com