Posts by Davi Moreira • 31 points
2 posts
-
1
votes2
answers575
viewsQ: Help with Promisse {<Pending>}
Talk personal, all right? I’m doing a role that will be responsible for validating the ZIP code informed by the user. Basically in the call of an API the user will send the ZIP code on body and I…
-
0
votes1
answer195
viewsQ: Convert JSON to CSV
I’m developing a tool that captures information from the github API and saves it to a file .json. Code: const axios = require('axios') const fs = require('fs') const data = require('./data.json');…