Skip to content

Anant-Raj17/wiki-bee

Repository files navigation

Wiki-Bee

A web application that fetches random Wikipedia articles and summarizes them using the Groq AI API. Discover interesting knowledge in a concise format!

Features

  • Fetches random Wikipedia articles
  • Summarizes articles using Groq's LLM capabilities
  • Provides a link to the full Wikipedia article
  • Simple, clean UI with intuitive controls

Technologies Used

Getting Started

Prerequisites

  • Node.js 18+ and npm

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/wiki-bee.git
    cd wiki-bee
  2. Install dependencies:

    npm install
  3. Create a .env.local file in the root directory with your Groq API key:

    GROQ_API_KEY=your_groq_api_key_here
    

    You can get a Groq API key by signing up at console.groq.com.

Running the Application

  1. Start the development server:

    npm run dev
  2. Open http://localhost:3000 in your browser to see the application.

Usage

  • The application automatically loads a random Wikipedia article and displays its summary when you first visit.
  • Click the "Read Full Article" button to open the complete Wikipedia article in a new tab.
  • Click the "Get Another Article" button to fetch and summarize a new random article.

License

This project is open-source and available under the MIT License.

About

dating app for wikipedia articles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors