Skip to content

scripting/opmlToGitHub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

opmlToGitHub

A Node app that reads an OPML file, converts it to Markdown, and uploads it to GitHub.

Why

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.

What it does

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.

How to test

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.

Questions

If you have a question post an issue here.

About

A Node app that reads an OPML file, converts it to Markdown, and uploads it to GitHub.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published