This project generates a website with information about animals. The data is fetched from the API Ninja Animals API.
- Clone the repository.
- Create a virtual environment and activate it.
- Install the required packages:
pip3 install -r requirements.txt
- Create a
.env
file in the root directory and add your API key:API_KEY='your_actual_api_key_here'
To run the project, use the following command:
python3 animals_web_generator.py
Enter the name of the animal you want to search for when prompted.
Before submitting, make sure to test everything locally. After ensuring it works as expected, commit and push your changes.
git add .
git commit -m "Refactor project to use API, add dotenv for API keys, and improve project architecture"
git push origin main
Feel free to open issues or submit pull requests.
This project is licensed under the MIT License. See the LICENSE file for details.
For any inquiries, please contact ranavarsha710@gmail.com.