Initial commit
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"description": "a dumb example to get access token and refresh it from LinuxFr.org", | ||
"private": "false", | ||
"license": "MIT", | ||
"type": "module", | ||
"dependencies": { | ||
"koa": "^2.13.4", | ||
"koa2-router": "^2.0.1", | ||
"node-fetch": "^3.0.0" | ||
} | ||
} |
src/app.js
0 → 100644
Please register or sign in to comment