chore: added readme
This commit is contained in:
parent
552f376db1
commit
95d6adcc6a
13
README.md
Normal file
13
README.md
Normal file
@ -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
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user