feat: add book metadata editor with Google Books and OpenLibrary integration
This commit is contained in:
22
public/google_api_tester.html
Normal file
22
public/google_api_tester.html
Normal file
@@ -0,0 +1,22 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Google Books API Tester</title>
|
||||
<link rel="stylesheet" href="style.css"> </head>
|
||||
<body>
|
||||
<h1>Google Books API Tester</h1>
|
||||
|
||||
<div>
|
||||
<label for="search-query">Search Query:</label>
|
||||
<input type="text" id="search-query" placeholder="Enter book title, author, ISBN, etc.">
|
||||
<button id="search-button">Search</button>
|
||||
</div>
|
||||
|
||||
<h2>API Response:</h2>
|
||||
<pre id="api-response"></pre>
|
||||
|
||||
<script src="google_api_tester.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user