speclate-fetch-markdown

turn markdown files into html pages for use with speclate


License
ISC
Install
npm install speclate-fetch-markdown@1.0.0

Documentation

speclate-fetch-markdown

Given an object:

var fetchMarkdown = require('speclate-fetch-markdown');

var markdownLookups = {
    contact: 'https://raw.githubusercontent.com/lnug/feedback/master/ORGANISERS.md'
};

fetchMarkdown(markdownLookups, function() {
    //speclate.site.markup(spec, callback)
});