From 95d6adcc6a8785065bca7e2f2403233651f6c725 Mon Sep 17 00:00:00 2001 From: Otto Date: Fri, 24 Jan 2025 15:22:15 +0300 Subject: [PATCH] chore: added readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1c1dba9 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# [FiatjafBuzz](https://git.nostrdev.com/y/FiatjafBuzz) Bot + +This repository contains an example NOSTR bot that publishes notes every other day. + +To give it a try add a private key, relay address in the `src/index.js` file, and run the following commands: + +```bash +# Install dependencies +npm run ci + +# Start node process +npm run dev +```