mirror of
https://github.com/tiennm99/is-a-good-dev.git
synced 2026-06-05 02:21:37 +00:00
4 lines
129 B
JavaScript
4 lines
129 B
JavaScript
const fetch = require('node-fetch');
|
|
const getJSON = require('../utils/getJSON.js');
|
|
const data = getJSON(process.env.FILES);
|