Skip to content

Numil/FFXIV-Stream-Interface

Repository files navigation

Final Fantasy XIV race tracker

Screenshot 2024-11-10 at 23-05-01

This project is made using Nuxt and Vue. Styling is done with Tailwind.

It was made for my own static's progress Stream coming up in a few weeks but i've made it open to everyone so you can adapt it to your needs too.

It'll display the current race infos like the number of pulls, your best percentage, the composition of your team during the best pull.

It has other pages with stats:

  • /lastPull to see the percentage of your last pull
  • /deathCounter to see your death counter for the whole fight.

DeathCounter has no styling because we didn't wanna show it in real time on screen.

Setup

Make sure to install the dependencies:

yarn install

You then need to copy the .env.copy to .env and add your credentials gotten from this tutorial: FFLogs API Documentation

Your Guild ID can be found on FFLogs on your static profile page.

Development Server

Start the development server on http://localhost:3000:

yarn dev

Production

Build the application for production:

yarn build

Locally preview production build:

# yarn
yarn preview

Check out the deployment documentation for more information.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages