kaosf / nostr-backup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Experimental Project] ka's Nostr Backup

UPDATE info: I'm using nosdump-and-store for creating backups now.

Initialization note

# Setup asdf
asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git
asdf install nodejs v18.16.1
mkdir nostr-backup
cd nostr-backup
asdf local nodejs v18.16.1
npm init
# Enter for all prompts
npm i -S websocket
vi index.js

Run

node index.js

Development

asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git
asdf install
npm i

References

About


Languages

Language:Ruby 64.6%Language:JavaScript 35.4%