workflow-2-module-assignment-3-heiltutanvidare

1.0.7 • Public • Published

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.

Dependents (0)

Package Sidebar

Install

npm i workflow-2-module-assignment-3-heiltutanvidare

Weekly Downloads

11

Version

1.0.7

License

ISC

Unpacked Size

2.04 kB

Total Files

3

Last publish

Collaborators

  • heiltutanvidare