Skip to content

ufo-github/swapi-graphql

 
 

Repository files navigation

SWAPI GraphQL Wrapper

A wrapper around SWAPI built using GraphQL.

Uses:

Try it out at: http://graphql.org/swapi-graphql

Getting Started

Install dependencies with

npm install

SWAPI Wrapper

The SWAPI wrapper is in ./swapi. It can be tested with:

npm test

Local Server

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

npm start

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.7%
  • Shell 2.3%
  • HTML 1.0%