Skip to content

SearchPedia is a mini project built in Node.js that allows users to search for information on Wikipedia right from their terminal.

Notifications You must be signed in to change notification settings

AkshandraSingh/searchPedia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SearchPedia 🚀

SearchPedia is a mini project built in Node.js that allows users to search for information on Wikipedia right from their terminal.

Features 🎯

  • Prompt for user input to search Wikipedia.
  • Utilizes the readline, chalk, and wikipedia packages.
  • Extracts data from Wikipedia based on user input.

Installation 🕸

  1. Clone the repository:
    git clone https://github.com/AkshandraSingh/searchPedia
    
  2. Install dependencies:
    npm install
    

Usage 💫

  1. Run the application:
    node main.js
    
  2. Enter your search query when prompted.
  3. Enjoy the information retrieved from Wikipedia!

Dependencies 👀

  • readline: For reading input from the terminal.
  • chalk: For adding colors to terminal output.
  • wikipedia: For accessing Wikipedia's API.

Contributing ✨

Contributions are welcome! Feel free to submit pull requests or open issues.

About

SearchPedia is a mini project built in Node.js that allows users to search for information on Wikipedia right from their terminal.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published