Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RandomAPI/Randomuser.me-Node
/ api.js
File
api.js
routes/api.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
fs = require(
'fs'
);
2
const
writeFile = require(
'util'
).promisify(fs.writeFile);
3
const
unlink = require(
'util'
).promisify(fs.unlink);
4
const
qs = require(
'qs'
);
Callers
nothing calls this directly
Calls
1
genUser
Function · 0.85
Tested by
no test coverage detected