Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/digitalheir/bibliography-js
π Javascript library for working with bibliographic references, based on BiBTeX
https://github.com/digitalheir/bibliography-js
bibliographic-database bibliographic-references bibliography bibliographyjs bibtex javascript parsing typescript
Last synced: 11 days ago
JSON representation
π Javascript library for working with bibliographic references, based on BiBTeX
- Host: GitHub
- URL: https://github.com/digitalheir/bibliography-js
- Owner: digitalheir
- License: other
- Created: 2016-07-09T10:33:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-17T12:41:18.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T11:41:18.324Z (24 days ago)
- Topics: bibliographic-database, bibliographic-references, bibliography, bibliographyjs, bibtex, javascript, parsing, typescript
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/bibliography
- Size: 311 KB
- Stars: 22
- Watchers: 4
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bibliography.js
![Build Status](https://img.shields.io/travis/digitalheir/bibliography-js.svg)
![Coverage](https://img.shields.io/coveralls/digitalheir/bibliography-js.svg)
![npm version](https://img.shields.io/npm/v/bibliography.svg)
![dependencies](https://david-dm.org/digitalheir/bibliography-js.svg)
![dev dependencies](https://img.shields.io/david/dev/digitalheir/bibliography-js.svg)
![License](https://img.shields.io/npm/l/bibliography.svg)
[![Code Climate](https://codeclimate.com/github/digitalheir/bibliography-js/badges/gpa.svg)](https://codeclimate.com/github/digitalheir/bibliography-js)Javascript / Typescript library for bibliographic entities. It can parse [BiBTeX](http://www.bibtex.org/) and processes some LaTeX stuff, such as replacing special characters with their Unicode equivalent (for example, `{\"o}`
is automatically converted to `ΓΆ`).## Getting Started
Install it via [npm](https://www.npmjs.com/package/bibliography):
```shell
npm install bibliography
```And include in your project:
```javascript
import {} from 'bibliography';
```## License
MIT## Contact
Maarten Trompper <>