mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
The Line Today scaper finally WORKS!! Now we just need make a UI for
it...
This commit is contained in:
parent
0bcb646cc0
commit
fe5e2d996e
2 changed files with 7 additions and 8 deletions
|
@ -2,6 +2,5 @@ import lineToday from "~/server/scrape/line_today";
|
|||
export default defineEventHandler(async (event) => {
|
||||
const slug = getRouterParam(event, "slug");
|
||||
const data = await lineToday(slug);
|
||||
console.log(data);
|
||||
return data;
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue