No description
| source-pages | ||
| .gitignore | ||
| get-list-pages.ts | ||
| get-page-details.ts | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
-
Node: v22.14.0
-
Test Steps:
- Install dependencies: npm install
- Folder structure:
- source-pages: Contains demo HTML pages (In practice, dynamic fetching will be used instead of reading directly from here)
- data: Stores JSON files after parsing HTML
- Test Commands:
- Get list of articles: npm run dev-get-list
- Get article details: npm run dev-get-page-details