Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dills122/checklist-parser
WIP - Parse sports card checklists & get usable data
https://github.com/dills122/checklist-parser
parser sportscards
Last synced: 5 days ago
JSON representation
WIP - Parse sports card checklists & get usable data
- Host: GitHub
- URL: https://github.com/dills122/checklist-parser
- Owner: dills122
- License: mit
- Created: 2025-01-14T02:14:35.000Z (29 days ago)
- Default Branch: main
- Last Pushed: 2025-01-15T04:07:58.000Z (28 days ago)
- Last Synced: 2025-01-15T06:11:28.029Z (28 days ago)
- Topics: parser, sportscards
- Language: TypeScript
- Homepage:
- Size: 315 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Checklist Parser
This project is intended to be a Parser for Topps/Panini Checklists of their sports products, with a majority focus on Soccer.
Currently in Early Phase, but have a working example, `example.ts`, which can be run by `npx tsx example.ts`.
So far I have only tested with a single checklist, [2024-25 Topps UEFA Club Competitions](https://www.topps.com/pages/topps-uefa-club-competitions) & [2023-24 Topps Euro Chrome](https://www.topps.com/pages/topps-chrome-uefa-euro).
## Getting Started
```bash
nvm use lts/iron
npm i -g pnpm # or check website for other install methods
pnpm install
pnpm test# Run example
npx tsx example.ts
```