Skip to content

Commit

Permalink
Added basic Pride statuses
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie6king committed Sep 25, 2024
1 parent 8c6bfb4 commit 8bce2d8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
This simple NodeJS application will update your Github status with a randomly-selected one based on a theme.

## Status Groups
There are currently 0 status groups. This program does not work because I can't think of any lol.
There are currently 1 status group:

- `pride` - a bunch of statuses based on pride :rainbow_flag:.

## Running
To run this program *(e.g, on a server)*, you can clone the repo, add the [environmental variables](#environmental-variables) to a `.env` file, and run the following commands:
Expand Down
7 changes: 7 additions & 0 deletions status.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"pride": [
{ "emoji": "rainbow", "message":"Be gay, do crime." },
{ "emoji": "rainbow_flag", "message": "Love is love." },
{ "emoji": "rainbow_flag", "message": "Here and queer :)." }
]
}

0 comments on commit 8bce2d8

Please sign in to comment.