Bib.TXT to BibTeX example
const Cite = require("citation-js@0.3.0-7")
const data = Cite(`[Fau86]
author: J.W. Goethe
title: Faust. Der Tragödie Erster Teil
publisher: Reclam
year: 1986
address: Stuttgart`)
data.get({
format: 'string',
type: 'string',
style: 'bibtex'
})
no comments