i want to display the content of the README.md file in GitHub from my repository on my website. I'm relatively new to programming so im a little bit lost. as far as i can tell: i need to input my repository URL which displays the readme.md file in the front page then access the markdown file's information and copy it (and possibly translate) into my HTML page
im using Django if it makes any difference