A simple application to summarize articles or youtube video using React.js, Vite, Tailwind.css, Redux Toolkit and RapidAPI.
- User can add new articles and youtube video url
- Copy to clipboard
-
Clone the repository
-
Install dependencies by running
npm install
- Go to Article Summarize RapidAPI
- Register and subscribe, choose the Basic one (Free)
- Test endpoint and copy the key
- Create a
.envfile in the root directory of the project and add your RapidAPI key config as environment variables:
VITE_RAPID_API_ARTICLE_KEY=your-rapid-api-key
- Go to Youtube Summarize RapidAPI
- Go to ChatGPT API KEY to get the key for ChatGPT
- Register and subscribe, choose the Basic one (Free)
- Test endpoint and copy the key
- Add ChatGPT Key in your .env
VITE_CHAT_GPT_KEY=your-chat-gpt-api-key
- Run
npm run dev

