Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matthewlynch/halo-api-graphql

Halo API GraphQL example server
https://github.com/matthewlynch/halo-api-graphql

graphql graphql-server halo5 nodejs

Last synced: 8 days ago
JSON representation

Halo API GraphQL example server

Awesome Lists containing this project

README

        

# HALO API GraphQL server example


GraphQL playground showing data returned from the HALO API

## Getting Started

> Note: You'll need to sign up for an API key at: [developer.haloapi.com](https://developer.haloapi.com/)

To get started run:

1. `git clone https://github.com/matthewlynch/halo-api-graphql.git`
2. Copy the example env file and add your API key: `cp .env-example .env`
3. `npm install`
4. `npm run metadata` to download the required metadata
3. `npm start`
4. Visit [localhost:4000](http://localhost:4000/) to see the GraphQL playground