https://github.com/riishabhraj/article-summarizer-app
Article Summarizer
https://github.com/riishabhraj/article-summarizer-app
api frontend-web rapid-api reactjs
Last synced: 2 months ago
JSON representation
Article Summarizer
- Host: GitHub
- URL: https://github.com/riishabhraj/article-summarizer-app
- Owner: riishabhraj
- Created: 2024-11-15T15:19:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-15T15:40:08.000Z (over 1 year ago)
- Last Synced: 2025-05-20T19:36:45.594Z (about 1 year ago)
- Topics: api, frontend-web, rapid-api, reactjs
- Language: JavaScript
- Homepage: https://sprightly-crisp-dbf246.netlify.app/
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Article Summarizer

The Article Summarizer is a web application that allows users to quickly and easily generate summaries of articles by providing a URL. The app leverages the RapidAPI platform, using the Article Extractor and Summarizer API to process the provided article URLs and return a concise summary. This project demonstrates how to integrate third-party APIs in a React application to provide value-added features for users.
A step by step series of examples that tell you how to get a development
environment running:
Clone the git repository
```bash
git clone https://github.com/riishabhraj/text-summarizer-app.git
cd text-summarizer-app
```
And install npm dependencies
```bash
npm install
```
Run the development mode
```bash
npm run dev
```