Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/warelab/gramene-swagger
Gramene web service interface, powered by swagger
https://github.com/warelab/gramene-swagger
gramene gramene-search javascript nodejs swagger
Last synced: 20 days ago
JSON representation
Gramene web service interface, powered by swagger
- Host: GitHub
- URL: https://github.com/warelab/gramene-swagger
- Owner: warelab
- Created: 2015-10-19T20:07:28.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T20:24:57.000Z (3 months ago)
- Last Synced: 2024-10-26T07:39:16.174Z (3 months ago)
- Topics: gramene, gramene-search, javascript, nodejs, swagger
- Language: JavaScript
- Size: 278 KB
- Stars: 1
- Watchers: 18
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gramene Web Service server software
## Install
First, clone the repository or download a release. Then:
Update package.json, swagger yaml and paths as needed
```bash
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](http://data.gramene.org).