An open API service indexing awesome lists of open source software.

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

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
```