MONGODB_HOST=localhost
MONGODB_PORT=27017
MONGODB_NAME=fm
COLLECTION_NAME=article
ARTICLE_SERVICE=article.frontender.info
PROTOCOL=http://
ORG_NAME=FrontenderMagazine
GITHUB_TOKEN=
Transform repo to html article
(async function(){
await builder(
'the-art-of-html-semantics-pt1',
'../websites/articles/'
);
})();