Also called the Holy Grail, Eye of God, and Divine Automatic Recording Device. A massive collection of photonic crystals within the Moon that comprises a giant supercomputer.
A utility for basic lookup of Fate/Grand Order servants, including entry-points via Discord bot and web interface.
Queries are accepted via any message that mentions the bot user. Empty queries will be treated as random single summon requests, mostly following the standard rates of Saint Quartz banners.
Set an access TOKEN
inside a .env
file.
npm install
npm start
Open docs/index.html
in any modern browser.
Black-box integration tests are provided using Jest.
npm test
To update the database, make the necessary changes to docs/json/*.db
and
add any new splash art into docs/img/servants/
.
npm run reset-db
npm test
Any adjustments to functionality in services/
should be pushed to the web UI.
npm run build
npm test
All these operations are idempotent.