graphql-ufc-api icon indicating copy to clipboard operation
graphql-ufc-api copied to clipboard

GraphQL server for UFC's public API

graphql-ufc-api

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