Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riishabhraj/article-summarizer-app
Article Summarizer
https://github.com/riishabhraj/article-summarizer-app
api frontend-web rapid-api reactjs
Last synced: 7 days ago
JSON representation
Article Summarizer
- Host: GitHub
- URL: https://github.com/riishabhraj/article-summarizer-app
- Owner: riishabhraj
- Created: 2024-11-15T15:19:32.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-15T15:40:08.000Z (about 2 months ago)
- Last Synced: 2024-11-15T16:18:16.291Z (about 2 months ago)
- Topics: api, frontend-web, rapid-api, reactjs
- Language: JavaScript
- Homepage: https://sprightly-crisp-dbf246.netlify.app/
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Article Summarizer
![Screenshot 2024-11-15 210408](https://github.com/user-attachments/assets/28f3c402-4881-4711-880e-a3087b1cbae0)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
```