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

https://github.com/sahilg28/artisumm

Artisumm is a tool that delivers concise and accurate article summaries for quick information digestion.
https://github.com/sahilg28/artisumm

article-extractor article-summarizer article-summary fronted-development javascript rapidapi reactjs tailwindcss webdevelopment

Last synced: about 2 months ago
JSON representation

Artisumm is a tool that delivers concise and accurate article summaries for quick information digestion.

Awesome Lists containing this project

README

          

# ✨ Artisumm - Article Summarizer

Artisumm is an article summarizer that leverages the latest technologies to provide concise summaries of articles. Built with **React**, styled with **TailwindCSS**, and utilizing **RapidAPI** for fetching summaries, Artisumm makes it easy to digest information quickly.

## 📦 Tech Stack

- **Frontend**: React
- **Styling**: TailwindCSS
- **API**: RapidAPI for article summarization

## 📦 Installation

To get started with Artisumm, follow these steps:

1. Clone the repository:

```bash
git clone https://github.com/sahilg28/artisumm.git
```

2. Navigate into the project directory:

```bash
cd artisumm
```

3. Install the dependencies:

```bash
npm install
```

## ⚡ Usage

To run the development server, use:

```bash
npm run dev
```