This repo contains RAML 1.0 specifications for the eLife Sciences API.
It can be viewed by serving the dist
folder (eg npm install && node_modules/.bin/http-server dist
) and viewing in a browser.
Install the project dependencies:
$ npm install
$ node compile.js
The compiled contents of ./src/
can be found in ./dist/
.
CHANGES TO ./dist/
SHOULD NOT BE COMMITTED!
This project is MIT licenced