its for when you want to get like notifications for your reposts

Compare changes

Choose any two refs to compare.

Changed files
+10 -2
.tangled
workflows
+8
.tangled/workflows/build.yml
···
+
when:
+
- event: ["push"]
+
branch: ["main"]
+
+
steps:
+
- name: build server
+
command: |
+
nix build -L --show-trace
+2 -2
README.md
···
### usage
you can use the browser extension
-
([firefox](https://dev.gaze.systems/x/brl-monitor-firefox-latest.zip),
-
[chrome](https://dev.gaze.systems/x/brl-monitor-chrome-latest.zip))
+
([firefox](https://dev.gaze.systems/x/brl-ext-firefox-latest.zip),
+
[chrome](https://dev.gaze.systems/x/brl-ext-chrome-latest.zip))
to keep track of the likes.
you can also use the provided webapp, which is hosted at
`https://likes.gaze.systems/`.