miffycs / azuki-elementals-image-fetch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Azuki Elementals Image Fetcher

Overview

Azuki Elementals Image Fetcher is a dedicated repository designed to automatically fetch and update image data for revealed Azuki Elementals. This process is executed via a GitHub workflow scheduled to run every 5 minutes.

Data Accessibility

To ensure data conciseness and accuracy, we maintain records of {id}: {slug}.

We provide the data in various formats:

Feel free to download the files directly or utilize them as a reference database via the links provided.

For users who are interested in obtaining specific images, please refer to the next section.

Guide to Image URL Construction

Azuki Elementals follow this format for images:

  • Standard Images:
    • https://elementals-images.azuki.com/{slug}.png
  • Extended Images (full-view):
    • https://elementals-images.azuki.com/{slug}-bigazuki.png

Replace the {slug} placeholder with the corresponding slug (to the id) found in any of the data files, you can access the specific image, or adapt the URL to work in another project.

For example:

License

MIT (Free to Use)

About

License:MIT License


Languages

Language:JavaScript 100.0%