This is a simple AI summarizer built with Next.js, Tailwind CSS, and TypeScript. It's deployed on Vercel and powered by RapidAPI.
Follow these steps to set up and run the application:
Clone the repository:
git clone https://github.com/AntonyJudeShaman/article-summarizer.git
Install the dependencies. This project uses pnpm
:
pnpm i
Create a .env
file and set your RapidAPI key:
echo "NEXT_PUBLIC_API_ARTICLE_KEY=<RAPID-API-KEY>" > .env
You can get your API key from RapidAPI
To run the application, use the following command:
pnpm dev
or
npm dev