Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```