warelab / gramene-swagger

Gramene web service interface, powered by swagger
1 stars 0 forks source link
gramene gramene-search javascript nodejs swagger

Gramene Web Service server software

Install

First, clone the repository or download a release. Then: Update package.json, swagger yaml and paths as needed

npm i 
node app.js

To run on a different port (sudo for privilaged ports)

sudo PORT=80 node app.js

Documentation

…is built in. For current production API documentation, see our production server.