Skip to content

datacite/mastiff

Repository files navigation

@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