Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Twitch API (Badges, Name Colors, Emotes) #2

Merged
merged 6 commits into from
Jul 11, 2024
Merged

Twitch API (Badges, Name Colors, Emotes) #2

merged 6 commits into from
Jul 11, 2024

Commits on Apr 9, 2024

  1. chore: nuxt config cleanup

    Dan-Mizu committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    8046d87 View commit details
    Browse the repository at this point in the history
  2. style: lint tailwind config

    Dan-Mizu committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    b948b03 View commit details
    Browse the repository at this point in the history
  3. refactor: stores -> store

    Dan-Mizu committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    4403f98 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. chore: update dependencies

    Dan-Mizu committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    f51edb0 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. feat: twitch api connection, chat badges, channel button

    - added ability to fetch from twitch api with app id/secret, fetched by the client by fetching from peepochat's own API.
     - currently, this includes stream, user, and badge info.
    - added global twitch chat badges to the chat
    - added WIP channel button component
    - added loading progress indicator
    - custom error page
    Dan-Mizu committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    7554225 View commit details
    Browse the repository at this point in the history
  2. feat: twitch emotes

    - able to parse through messages now to replace specified positions/words with their emote. relies on what twitch provides through the message event. eventually we will need to make our own method for non-twitch emotes.
    Dan-Mizu committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    17322fa View commit details
    Browse the repository at this point in the history