An open API service indexing awesome lists of open source software.

https://github.com/ChristianMurphy/uPortal-graphql

GraphQL bindings to uPortal API
https://github.com/ChristianMurphy/uPortal-graphql

api-wrapper graphql nodejs uportal

Last synced: 10 months ago
JSON representation

GraphQL bindings to uPortal API

Awesome Lists containing this project

README

          

# uPortal-graphql

[![Build Status](https://travis-ci.com/ChristianMurphy/uPortal-graphql.svg?branch=master)](https://travis-ci.com/ChristianMurphy/uPortal-graphql)

> GraphQL bindings to uPortal API

### Setup

```sh
git clone git@github.com:ChristianMurphy/uPortal-graphql.git
npm install
```

### Usage

```sh
npm start
```

### Configuration

Set environment variables, or create a _.env_ file.

| option | default | description |
| ------ | ----------------------- | -------------------------------------------------------- |
| `HOST` | 'http://localhost:8080' | protocol, host, and (optional) port of the portal server |

### Test

```sh
npm test
```