RunKit + npm: rfc-to-bib

node v7.10.1
endpointsharetweet
const rfcToBib = require('rfc-to-bib'); let rfc = 3986; rfcToBib(rfc).then(bib => { console.log(bib); }).catch(error => { console.error(error.message); });
Created from: https://npm.runkit.com/rfc-to-bib
Loading…

no comments

    sign in to comment