Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jgcmarins/graphql-ufc-api
GraphQL server for UFC's public API
https://github.com/jgcmarins/graphql-ufc-api
graphql graphql-server koa nodejs public-api react-native relay-modern ufc
Last synced: 6 days ago
JSON representation
GraphQL server for UFC's public API
- Host: GitHub
- URL: https://github.com/jgcmarins/graphql-ufc-api
- Owner: jgcmarins
- License: mit
- Created: 2017-05-30T05:03:40.000Z (over 7 years ago)
- Default Branch: v1
- Last Pushed: 2022-12-07T09:02:00.000Z (almost 2 years ago)
- Last Synced: 2024-04-13T23:54:12.917Z (7 months ago)
- Topics: graphql, graphql-server, koa, nodejs, public-api, react-native, relay-modern, ufc
- Language: JavaScript
- Homepage: https://graphql-ufc-api.now.sh/
- Size: 534 KB
- Stars: 27
- Watchers: 3
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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/](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](https://github.com/jgcmarins/react-native-relay-graphql-example).## Try it
Live demo [here](https://graphql-ufc-api.now.sh/).## Installation
```
$ yarn install
```
or
```
$ npm install
```## Running
```
$ yarn start
```
or
```
$ npm start
```## Dependencies
```
koa
graphql
```## LICENSE
[MIT](https://github.com/jgcmarins/rn-top-ufc-fighters/blob/master/LICENSE)