diff --git a/README.md b/README.md index 7f09288..a2bae65 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/status.json b/status.json new file mode 100644 index 0000000..c681e9a --- /dev/null +++ b/status.json @@ -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 :)." } + ] +} \ No newline at end of file