This project is a web application for performing searches using the provided search API.
- Make sure you have Python installed on your system.
- Install the
requests
library by running the command:pip install requests
. - Clone this repository to your system.
- Navigate to the project directory.
- Run the following command to launch the application:
python app.py
. - Open your web browser and go to the URL
http://127.0.0.1:5000/
.
- On the homepage, enter your search text and click the "Search" button.
- The search results will be displayed on the next page, including execution time, total number of results, and the raw JSON results.