A Node app that reads an OPML file, converts it to Markdown, and uploads it to GitHub.
I write my readme files with LO2, its native file format is OPML. I wanted an easy way to publish these files to GitHub. This code is incorporated in the oldSchoolNightly app.
It reads the OPML for a readme file I wrote documenting how my nightly archiving script works, converts it to Markdown and uploads it to a test repository.
In the config struct, change username and repo to point to a repository of your own on GitHub.
Edit config.json, replace the value of password with your GitHub password. Highly recommend you never type the text of your password into source code.
Change the other elements of config to reflect your own usage.
If you have a question post an issue here.