Summwiz is an open-source web application that allows users to summarize articles and web content into clear and concise summaries. It simplifies reading and helps users quickly understand the main points of lengthy articles.
- Enter a URL to summarize articles.
- View a history of previously summarized articles.
- Copy summarized article URLs to the clipboard.
Follow these steps to set up and run the Summwiz web app locally:
- Clone the repository:
git clone https://github.com/yourusername/summwiz-web.git
- Install dependencies:
npm install
- Start the development server:
npm start
- Open the web app in your browser.
- Enter a URL in the input field and click the "Summarize" button.
- View the summarized article and copy the URL if needed.
If you'd like to contribute to Summwiz, please follow our contribution guidelines.
This project is licensed under the MIT License - see the LICENSE file for details.
- Thanks to RapidAPI for providing the article summarization API.
For questions or feedback, please contact Your Name.