Skip to content

spine-examples/Pingh

Repository files navigation

Pingh

An app notifying of new GitHub @mentions.

Status

Currently, this is a work-in-progress example.

Planned Features

  • Display the list of recent @mentions to a logged in GitHub user via a Chrome extension.
  • Mark the mentions as "read", or snooze them until later.
  • Enter DND mode.

Tech

  • JDK 11 for server and JDK 17 for client.
  • Spine Event Engine.
  • Kotlin.
  • Google Cloud.

Run locally

Prerequisites

Steps

  1. Start Docker Desktop.

  2. Ensure the terminal is opened in the project's root directory.

  3. Launch the web server on the localhost:50051:

./gradlew build run
  1. Build and run the client application distribution:
cd desktop
./gradlew build runDistributable

About

An app notifying of new GitHub `@mention`s.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages