mirror of
https://github.com/minimo-io/appticles.git
synced 2025-06-23 16:05:29 +00:00
Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
ecfdfe3f7d | ||
![]() |
684e179b19 | ||
![]() |
2a460cb286 | ||
![]() |
4be67afbc3 |
@ -1,10 +1,10 @@
|
|||||||
# About appticles
|
# 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.
|
## Get in touch.
|
||||||
|
|
||||||
|
@ -3,6 +3,8 @@
|
|||||||
Find out who does and who doesn't follow you back on Nostr.
|
Find out who does and who doesn't follow you back on Nostr.
|
||||||
Let promote some reciprocity here! 😹
|
Let promote some reciprocity here! 😹
|
||||||
|
|
||||||
|
> Check out the [demo](https://minimo.io/app/nostr-followback/).
|
||||||
|
|
||||||
## ToDo
|
## 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])`
|
- 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.
|
- Create an UI/UX that's worth looking at.
|
||||||
- Close connection with relays after all is checked
|
- Close connection with relays after all is checked
|
||||||
- Show the relay list to be used
|
- 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.~~
|
- ~~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.~~
|
- ~~Configure Vite for the miniapp to be loaded in the article's url as base.~~
|
||||||
|
Loading…
x
Reference in New Issue
Block a user