1.0.7 • Published 4 years ago

workflow-2-module-assignment-3-heiltutanvidare v1.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

Workflow 2 Module Assignment 3

Vidar Håland

Link to this NPM package

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:

  1. Install the package:
npm i workflow-2-module-assignment-3-heiltutanvidare
  1. Import the function in your javascript file:
import logPostTitles from "workflow-2-module-assignment-3-heiltutanvidare";
  1. Call the function:
logPostTitles();
  1. Run with Parcel, or similar.

  2. Take a look at the developer console in your browser.

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago