1.0.2 • Published 3 years ago

workflow3-ma-amaryllisno v1.0.2

Weekly downloads
10
License
ISC
Repository
github
Last release
3 years ago

https://www.npmjs.com/package/workflow3-ma-amaryllisno

what is this?

Using the GraphQLZero API, makes a request to get the posts of the user with an id of 5. Requests only the title and body of each post.

Loops through the results and console logs the title of each result.

installation

'npm i workflow3-ma-amaryllisno'

Then ...

import {runPack} from 'workflow3-ma-amaryllisno';

runPack();