Skip to content

Latest commit

 

History

History
61 lines (43 loc) · 1.68 KB

README.md

File metadata and controls

61 lines (43 loc) · 1.68 KB

Jesuisen.live logo

This project is open for Hacktoberfest 2023! Feel free to contribute

Note

jesuisen.live means "I'm live". Show us with a simple link your Twitch Stream with beautiful informations in the embed SEO.

Will Build with :

  • Fastify
  • Twitch API
  • Awesome devs

Why?

It was created because when you want to share a Twitch URL, the information displayed is basic. No description, just a large image of the channel. In short, it's not pretty.

How to start?

  1. Register your Twitch Application here and get your Client ID.
  2. And get your Client ID and Client Secret.
  3. Create a .env file and add your Client ID and Client Secret like this :
TWITCH_CLIENT_ID=your_client_id
TWITCH_CLIENT_SECRET=your_client_secret

Development

Install dependencies :

yarn

Run the server :

yarn serve

Todo

  • Don't use TwitchAPI(username) on every request in username.js route, use a cache system for the OAuth token. #1
  • Sometime, we've got an error on fetching data from Twitch API with /u/:username route. #2
  • More information on the embed #3
  • Add redirect HTML page for /:username route #3

Routes

  • /:username
  • /:username/json
  • /p/about