Welcome to Summario, an article summarizer that simplifies the way you consume content. Summario leverages the power of OpenAI through RAPID API to generate concise and informative summaries from lengthy articles, helping you save time and get to the heart of the content quickly.
Demo the amazing site here
Follow these simple steps to get Summario up and running on your system.
- Node.js
- Yarn or npm
- Vite
To install the necessary dependencies, you can use yarn
or npm
:
yarn install
# OR
npm install
- Sign up for an API key from RAPID API.
- Create a
.env
file in the root directory and add your API key:
REACT_APP_RAPID_API_KEY=your_api_key_here
Now that you have Summario installed and your API key configured, you can start the React application using Vite:
npm run dev
# OR
yarn dev
The application will start and open in your default web browser.
- Input the URL or the content of the article you want to summarize.
- Click the "Summarize" button.
- Summario will generate a concise summary for you.
Summario is a React-based web application that leverages RAPID API for text summarization.
This project is open-source and available under the MIT License.
- Special thanks to RAPID API for their services that make this summarization tool possible.
Enjoy using Summario, and happy reading!
This README includes information about using Vite and the correct command to run the application locally with Vite (npm run dev
or yarn dev
).
Enjoy using Summario, and happy reading!