Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.2 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.2 KB

GQLhibli

GQLhibli is a GraphQL wrapper for the Studio Ghibli REST API by James Anaipako

Usage

Just configure your client to use the endpoint gqlhibli.netlify.app 🚀

Uses

Try it out at: https://gqlhibli.netlify.app/

Getting Started

Install dependencies with

npm run init

Local Server

A local development server is in ./src. It can be run with:

npm run start

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