2024-04-26 13:38:44 -03:00
# Nostr Followback
2024-04-15 20:01:50 -03:00
2024-04-15 20:15:34 -03:00
Find out who does and who doesn't follow you back on Nostr.
Let promote some reciprocity here! 😹
2024-04-15 20:01:50 -03:00
2024-04-27 17:36:15 -03:00
> Check out the [demo](npub1vp8fdcyejd4pqjyrjk9sgz68vuhq7pyvnzk8j0ehlljvwgp8n6eqsrnpsw).
2024-04-15 20:01:50 -03:00
## ToDo
2024-04-27 15:33:29 -03:00
- Create groups to checks to fire simultaneously instad of one by one (to remember: fireing all the `fetchProfile` at once for a given npub resulted in a permanent halt of the process -mainly for big users). Maybe using https://lodash.com/docs `_.chunk(array, [size=1])`
2024-04-26 13:27:30 -03:00
- Create interfaces or new types instead of loose variables
2024-04-15 20:15:34 -03:00
- Save followbackers and not followbackers in lists to see details.
- Create an UI/UX that's worth looking at.
2024-04-26 13:27:30 -03:00
- Close connection with relays after all is checked
- Show the relay list to be used
2024-04-27 17:29:34 -03:00
- Upload a localStorage list of relays & older results for folloback
2024-04-26 13:27:30 -03:00
2024-04-27 15:33:29 -03:00
- ~~Actually load builds at minimo.io/app/ or something alike.~~
2024-04-26 13:27:30 -03:00
- ~~Configure Vite for the miniapp to be loaded in the article's url as base.~~
- ~~Remove SvelteKit (just Vite + Svelte).~~