Skip to content

thomasbnt/jesuisen.live

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
doc
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

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

About

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

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published