1.2.0 • Published 5 years ago

speclate-fetch-markdown v1.2.0

Weekly downloads
6
License
ISC
Repository
github
Last release
5 years ago

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)
});
1.2.0

5 years ago

1.1.0

6 years ago

1.0.0

8 years ago