A simple push notification server for Nostr events.
This repo is setup to be automatically deployed to Heroku
Go to Firebase, services and download the service credentials.
Convert it to a Base64 representation:
openssl base64 -in ../amethyst-firebase.json -out firebaseConfigBase64.txt
FIREBASE_CREDENTIAL = BASE64DATA
This is a NodeJS + Express app.
Install modules:
npm install
To run, do:
node index.mjs
GitHub Actions generates a new Release when npm version is run and pushed to the repo.
npm version <version number: x.x.x>
Issues and pull requests are very welcome! :)