volskaya / presence-react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tiny landing page for a Discord code editor extension. Written with React and Emotion css in js library.

The extension acts as a server between Discord's Rich Presence and a client extension in your favorite code editor. The client dispatches file paths from your editors active buffer, which the server uses for scouting git repos. If a repository is found, the server parses it using libgit2 and updates your presence with something like "Working on Presence, Ahead by 5 commits"

screenshot

Work in progress

About


Languages

Language:JavaScript 92.2%Language:CSS 4.6%Language:HTML 3.2%