workflow3-ma-amaryllisno
v1.0.2
Published
<img src="./.readme/noroff-light.png" width="160" align="right">
Downloads
2
Readme
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();