Skip to content

clayallsopp/graphqlhub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Clay Allsopp
May 2, 2019
6ac8160 · May 2, 2019
Oct 2, 2016
Apr 29, 2016
Mar 15, 2016
Jun 21, 2016
Dec 29, 2015
Mar 22, 2016
Jun 14, 2016
Dec 28, 2015
Mar 15, 2016
Dec 28, 2015
Sep 21, 2015
May 3, 2017
May 3, 2017
Mar 8, 2016
Oct 2, 2016

Repository files navigation

GraphQLHub Logo

Deploy your own GraphQLHub

Set the API key values in the deploying page under config variables. Only Twitter and Giphy API keys are required, others are optional.

GraphQLHub Schemas

Want to install the various GraphQLHub schemas and use on your own? See graphqlhub-schemas for details.

GraphQLHub Server Build Status FOSSA Status

This powers the server behind GraphQLHub. It's basically:

  • The GraphQL Schemas and fetching code for each API
  • A slightly forked version of GraphiQL

Try the live app here

Schemas

Quick start

# clone the repo
git clone https://github.com/clayallsopp/graphqlhub.git

# change into the repo directory
cd graphqlhub

# install
npm install

# create your .env file
cp .env.example .env
# ... and populate .env with your API keys

# run
npm run start

Then visit http://localhost:3000 in your browser.

License

FOSSA Status

TODO

  • Better visual design
  • Add more APIs!
  • Extract the schemas into their own repo, so others can easily drop them into their own projects
  • Use GraphiQL from NPM, not the vendoring thing done now

PRs for anything above would be excellent!