Compare commits

...

4 Commits
0.0.8 ... main

Author SHA1 Message Date
minimo-io
ecfdfe3f7d Better readme for appticles 2024-04-27 17:55:24 -03:00
minimo-io
684e179b19 Corret url of demo! 2024-04-27 17:36:52 -03:00
minimo-io
2a460cb286 Add demo to readme 2024-04-27 17:36:15 -03:00
minimo-io
4be67afbc3 New feature request 2024-04-27 17:29:34 -03:00
2 changed files with 6 additions and 4 deletions

View File

@ -1,10 +1,10 @@
# About appticles
A bunch of mini-apps or appticles created for [minimo.io](https://minimo.io).
A bunch of microapps (aka appticles) created for [minimo.io](https://minimo.io).
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.
These microapps are used for adding extra functionality to blog posts and articles. They are develop primarily using the Svelte Framework or Alpine.js.
The site [minimo.io](https://github.com/minimo-io/minimo-11ty) itself was built using [Eleventy](https://github.com/11ty/eleventy).
Minimo.io itself [was built using Eleventy](https://github.com/minimo-io/minimo-11ty).
## Get in touch.

View File

@ -3,6 +3,8 @@
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])`
@ -11,7 +13,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
- Upload a localStorage list of relays & older results for folloback
- ~~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.~~