This project is a search engine project that integrates news.org to get news by search filter. The search filter contains some operations like AND
, OR
, NOT
.
- Clone the repository
- Install the required dependencies using pip install -r requirements.txt
- Run
npm run start
. - Enter the search query in the prompt in website.
- The search engine will return the relevant news articles based on the search query .
- Integrates with news.org to retrieve news articles
- Supports search filters with operations like AND, OR, NOT
- Returns relevant news articles based on the search query
- Fork the repository
- Make changes to the code
- Submit a pull request