https://github.com/shonya3/divicards-site
PoE Divination cards website
https://github.com/shonya3/divicards-site
pathofexile poe
Last synced: 10 months ago
JSON representation
PoE Divination cards website
- Host: GitHub
- URL: https://github.com/shonya3/divicards-site
- Owner: shonya3
- Created: 2023-11-03T18:08:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-23T20:43:15.000Z (11 months ago)
- Last Synced: 2025-08-24T08:31:48.207Z (11 months ago)
- Topics: pathofexile, poe
- Language: TypeScript
- Homepage: https://divicards-site.pages.dev/
- Size: 11.9 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Divicards Web
Get information about divination cards. [Website](https://divicards-site.pages.dev/)
### Drops
Drops data goes from [Divcord Spreadsheet](https://docs.google.com/spreadsheets/d/1Pf2KNuGguZLyf6eu_R0E503U0QNyfMZqaRETsN5g6kU/edit?pli=1#gid=0). It is parsed with [divcord lib](https://github.com/shonya3/divicards/tree/main/divcord)
### Weights
[Weights table](https://divicards-site.pages.dev/weights) is based on [Spreadsheet](https://docs.google.com/spreadsheets/d/1PmGES_e1on6K7O5ghHuoorEjruAVb7dQ5m7PGrW7t80/edit#gid=272334906)
We open stacked decks to calculate weights of cards.
You can share your cards sample from stacked decks with [Divicards app](https://github.com/shonya3/divicards/releases/latest) in
[Prohibited Library discord](https://discord.com/channels/991073626721763429/991092518995251231)
#### Run website locally
```bash
pnpm install
pnpm dev
```