A JS script to automatically fetch your GitHub project README and convert it into HTML. I made this in hopes to contribute to summer of making, since they are also planning to build this thing.
A special feature of this is the URL parsing. The script is equipped with an automatic URL editor that converts all of your relative URLS into absolute ones.
Basically, if you want to make a portfolio website, all you have to do for each project page is to input your raw README URL and....that was actually it. Your Completely empty HTML page will become an exact replica of your README.
Of course you can always choose where it places the README so that your navbar and footer or other elements remain safe, and you can also apply custom CSS or any other styles.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Just finished the basic code.
Will consider adding more features, though there really isn't anything that I can think of.