Cat Facts Project This project retrieves cat facts from an API and stores them in an SQLite database. It demonstrates basic skills in making API requests, handling JSON data, and working with SQLite in Python.
Features:
-Fetches cat facts from the "https://cat-fact.herokuapp.com/facts" API.
-Stores the retrieved facts in an SQLite database.
-Displays the stored facts in the terminal.
Technologies Used:
-Python
-urllib
-SQLite