This is a Next.js project bootstrapped with create-next-app
.
Getting Started
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
Learn More
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
Deploy on Vercel
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
You're so shy. I'll go first! 😄🎃
This is a project that doesn't really have an end goal, just a way to test the Twitch and Fastify API. Basically, it allows you to have better SEO than Twitch when you share a channel URL. Instead of having a classic description and a large image of the avatar, it's better presented.
"Jesuisen.live" mean "I'm in live" in French language.
jesuisen.live means "I'm live". Show us with a simple link your Twitch Stream with beautiful information in the embed SEO.
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 :
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?
.env
file and add your Client ID and Client Secret like this :Development
Install dependencies :
Run the server :
Todo
TwitchAPI(username)
on every request inusername.js
route, use a cache system for the OAuth token.