Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.22 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.22 KB

@datacite/mastiff Build Status

Nodejs server for formatted citation of dois

Installation

npm install @datacite/mastiff --save

Tests

npm install
npm test

> @datacite/[email protected] 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: High performance middleware framework
  • jsdom: A JavaScript implementation of the DOM and HTML standards
  • mocha: simple, flexible, fun test framework
  • request: Simplified HTTP request client.
  • should: test framework agnostic BDD-style assertions

Dev Dependencies

  • should: test framework agnostic BDD-style assertions

License

MIT