Skip to content

bitkarrot/zaplist

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zaplist

Generate a grid of who sent you zaps, so you can thank them for contributing to a project. Inspired by contrib.rocks

  • currently gets zaps from all relays for a specific user in the last X days
  • generates a grid that can be downloaded as a .html file
Screenshot 2024-08-04 at 12 27 32 PM

How to run

node.js 18 required

npm install
npm run start

visit http://localhost:3000

Good First issues (Todo Items)

  • Add a nostr NIP-07 login
  • grab all avatar images and replaces links with a local copy that you can download as a zip file
  • add optional image download instead of html
  • Allow user to pick from a calendar instead of X days

Contributing

  • New contributors welcome, this is a good micro project to get your feet wet with foss.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.2%
  • HTML 31.8%