graphql-ufc-api

July 10, 2017 ยท View on GitHub

GraphQL Server for UFC's public API.

The data is fetched from UFC's public API: http://ufc-data-api.ufc.com/api/v3/iphone/fighters/.

React Native + Relay Modern

The app that uses this server is https://github.com/jgcmarins/react-native-relay-graphql-example.

Try it

Live demo here.

Installation

$ yarn install

or

$ npm install

Running

$ yarn start

or

$ npm start

Dependencies

koa
graphql

LICENSE

MIT

Contents

  1. 1React Native + Relay Modern
  2. 2Try it
  3. 3Installation
  4. 4Running
  5. 5Dependencies
  6. 6LICENSE