1.0.7 • Published 3 years ago

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

Weekly downloads
-
License
ISC
Repository
github
Last release
3 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

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago