It is not the best, but I was practicing using `iframes` by create a widget that loads my [Github Profile](https//github.com/Dark-St-r) readme into a widget on the BOS. Check it out [here](https://near.social/shemar268abel.near/widget/Github-ReadMe). I got it done first @chloe.near. # The process - Access the [Github API](https://docs.github.com/en/rest?apiVersion=2022-11-28) using a fine-grained Personal token that only has access to that resource. - Grab the `marked` markdown package and use it to show the data as markdown. - Run everything in `iframes`. - Suffer through `debugging`. - Give up on `styling`. If there is a better way, I would be happy to learn more. I would also like to hear some feedback on what could be done better or changed.