This is a personal project of mine to help when reading cards.
Supports only major arcana for now!
You can access it here: https://lioneriod.github.io/Cartomantic-Assistant/
While I don't actually believe in the power of the cards and it's uses in divination, I gotta admit they are a bomb for those moments when we are uncertain.
The truth is, most of the times we do know the answer already, but we are exhausted by just thinking about what will happen if that decision messes things up.
So yeah, I think tarot cards are a pretty useful as psychological tool, and I wanted a place to organize and improve all my card-interpretation-skills, and my teacher asked from a project with at least 2 services, so here we are. I hope you enjoy it!
- Monolithic architecture;
- One API that holds all the info on each card and their direction/order;
- Events based integration
- Node.js
- Render (to keep that API running)
- HTML and CSS (flexbox and grid)
n8n (yep, feast your eyes on this super duper small project, you AI afficionados!)(n8n removed because I'm broke rn. Decided to integrate the workflow directly in the JS)
You can acess the website here in github or just by loading the html + css + js on the same folder on your pc
Still, you're going to need to make it talk with your own n8n workflow, so I left an extra readme to guide you on it
The API can be found here: https://cartomantic-assistant.onrender.com/api/cards (yeah that's it)
I had fun doing this
![[the low prototype developed][./assets/prototype.png]](https://github.com/Lioneriod/Cartomantic-Assistant/raw/main/assets/prototype.jpg)
![[the pipeline used][./assets/pipeline.png]](https://github.com/Lioneriod/Cartomantic-Assistant/raw/main/assets/pipeline.png)
![[the n8n workflow used][./assets/n8n workflow.png]](https://github.com/Lioneriod/Cartomantic-Assistant/raw/main/assets/n8n%20workflow.png)