https://github.com/datacite/mastiff
citeproc npm
https://github.com/datacite/mastiff
citeproc mastiff npm
Last synced: 5 months ago
JSON representation
citeproc npm
- Host: GitHub
- URL: https://github.com/datacite/mastiff
- Owner: datacite
- License: apache-2.0
- Created: 2017-02-27T08:28:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-11T16:34:34.000Z (about 9 years ago)
- Last Synced: 2025-10-24T09:27:24.504Z (8 months ago)
- Topics: citeproc, mastiff, npm
- Language: JavaScript
- Size: 12 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @datacite/mastiff [](https://travis-ci.org/datacite/mastiff)
Nodejs server for formatted citation of dois
## Installation
```sh
npm install @datacite/mastiff --save
```
## Tests
```sh
npm install
npm test
```
```
> @datacite/mastiff@0.0.7 test /Users/Kristian/datacite/mastiff
> node spec/test.js
Garza, Kristian, Carole Goble, John Brooke, and Caroline Jay. 2015. ‘Framing the Community Data System Interface’. Proceedings of the 2015 British HCI Conference on - British HCI ’15. Association for Computing Machinery (ACM). doi:10.1145/2783446.2783605.
```
## Dependencies
- [connect](https://github.com/senchalabs/connect): High performance middleware framework
- [jsdom](https://github.com/tmpvar/jsdom): A JavaScript implementation of the DOM and HTML standards
- [mocha](https://github.com/mochajs/mocha): simple, flexible, fun test framework
- [request](https://github.com/request/request): Simplified HTTP request client.
- [should](https://github.com/shouldjs/should.js): test framework agnostic BDD-style assertions
## Dev Dependencies
- [should](https://github.com/shouldjs/should.js): test framework agnostic BDD-style assertions
## License
MIT