feat: add internal HN API (#76)
closes #75
Showing
| ... | ... | @@ -27,7 +27,9 @@ |
| }, | ||
| "dependencies": { | ||
| "@nuxtjs/axios": "^5.13.1", | ||
| "nuxt": "^2.15.0" | ||
| "h3": "^0.2.4", | ||
| "nuxt": "^2.15.0", | ||
| "ohmyfetch": "^0.1.6" | ||
| }, | ||
| "devDependencies": { | ||
| "@nuxtjs/eslint-config": "^5.0.0", | ||
| ... | ... |
server/api/hn/feeds.ts
0 → 100644
server/api/hn/index.ts
0 → 100644
server/api/hn/item.ts
0 → 100644
server/api/hn/user.ts
0 → 100644
server/api/swr.ts
0 → 100644
Please
register
or
sign in
to comment