SearchPedia is a mini project built in Node.js that allows users to search for information on Wikipedia right from their terminal.
- Prompt for user input to search Wikipedia.
- Utilizes the readline, chalk, and wikipedia packages.
- Extracts data from Wikipedia based on user input.
- Clone the repository:
git clone https://github.com/AkshandraSingh/searchPedia
- Install dependencies:
npm install
- Run the application:
node main.js
- Enter your search query when prompted.
- Enjoy the information retrieved from Wikipedia!
- readline: For reading input from the terminal.
- chalk: For adding colors to terminal output.
- wikipedia: For accessing Wikipedia's API.
Contributions are welcome! Feel free to submit pull requests or open issues.