workflow-2-module-assignment-3-heiltutanvidare
v1.0.7
Published
## Vidar Håland
Downloads
8
Readme
Workflow 2 Module Assignment 3
Vidar Håland
This function will query a fake GraphQL API and log some post titles to the console.
Requires Parcel or similar to run
To use it:
- Install the package:
npm i workflow-2-module-assignment-3-heiltutanvidare
- Import the function in your javascript file:
import logPostTitles from "workflow-2-module-assignment-3-heiltutanvidare";
- Call the function:
logPostTitles();
Run with Parcel, or similar.
Take a look at the developer console in your browser.