Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 374 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 374 Bytes

GraphQL Project Talk

A simple node.js example for consuming the PeterPortal GraphQL API

Installation

Clone the repository.

git clone https://github.com/nananananate/graphql-workshop

Install dependencies (namely, node-fetch).

npm install

Run the script, app.js.

node app.js