/thumbnailer

Get YouTube video's thumbnails using the video id

Primary LanguageTypeScript

Thumbnailer

This is a Next.js project bootstrapped with create-next-app.

Description

The Thumbnailer uses YouTube v3 APIs to fetch video thumbnails for video using auto generated ID.
It is designed to be highly efficient, AD free and easy to use.

Usage

Simply visit Thumbnailer and paste video ID in input field.

Development

1. Clone the repository and install dependencies

git clone https://github.com/asheikho99/thumbnailer.git
cd thumbnailer
npm install

2. Configure your local environment
API_KEY: can be created from Google Cloud Console and Enable YouTube API.

API_KEY=*****************

3. Once you've created a project and installed dependencies with npm install, start a development server

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://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.

Contributing

Contributions to the Thumbnailer project are welcome. If you would like to contribute, please fork the repository and submit a pull request.

License

The Thumbnailer is licensed under the MIT License. See the LICENSE file for more information.

Learn More

To learn more about Next.js, take a look at the following resources:

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.