Compare commits

..

No commits in common. "main" and "0.0.8" have entirely different histories.
main ... 0.0.8

2 changed files with 4 additions and 6 deletions

View File

@ -1,10 +1,10 @@
# About appticles
A bunch of microapps (aka appticles) created for [minimo.io](https://minimo.io).
A bunch of mini-apps or appticles created for [minimo.io](https://minimo.io).
These microapps are used for adding extra functionality to blog posts and articles. They are develop primarily using the Svelte Framework or Alpine.js.
These micro-apps were embedded on blog posts for adding extra functionality. They were developed primarily using the Svelte Framework or Alpine.js. Most of them just as proof-of-concepts and for learning purposes.
Minimo.io itself [was built using Eleventy](https://github.com/minimo-io/minimo-11ty).
The site [minimo.io](https://github.com/minimo-io/minimo-11ty) itself was built using [Eleventy](https://github.com/11ty/eleventy).
## Get in touch.

View File

@ -3,8 +3,6 @@
Find out who does and who doesn't follow you back on Nostr.
Let promote some reciprocity here! 😹
> Check out the [demo](https://minimo.io/app/nostr-followback/).
## ToDo
- 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])`
@ -13,7 +11,7 @@ Let promote some reciprocity here! 😹
- Create an UI/UX that's worth looking at.
- Close connection with relays after all is checked
- Show the relay list to be used
- Upload a localStorage list of relays & older results for folloback
- Upload a localStorage list of relays
- ~~Actually load builds at minimo.io/app/ or something alike.~~
- ~~Configure Vite for the miniapp to be loaded in the article's url as base.~~