mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
Update README & used the wrong js-confeti package & removed axios, as it
is just node fetch w/ support for older devices? Also the news org pic is not avaiable, because it is rendered onMounted, not server rendered & confeti feat?
This commit is contained in:
parent
f0e33905b8
commit
205f684fe2
6 changed files with 52 additions and 6 deletions
|
@ -1,5 +1,6 @@
|
|||
// TODO Add caching
|
||||
import * as cheerio from "cheerio";
|
||||
import axios from "axios";
|
||||
|
||||
export default defineEventHandler(async (event) => {
|
||||
const slug = getRouterParam(event, "slug");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue