Skip to content

vishalgautamm/graphQLofFireAndIce

Repository files navigation

A Song of Fire and Ice GraphQL Wrapper

A wrapper around API of Fire and Ice built using GraphQL.

Uses:

Try it out at: Game of Thrones GraphQL

Getting Started

Install dependencies with

npm install

API of Fire and Ice

The entire data is in ./src/data folder. It can be tested with

npm test

Local Server

A local express server is in index.js. It can be run with:

node index.js

A GraphiQL instance will be opened at http://localhost:3000/ (or similar; the actual port number will be printed to the console) to explore the API.

Releases

No releases published

Packages

No packages published