Add Open Library API integration for missing book metadata
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# ⚡ Speed reader
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
@@ -22,6 +22,8 @@ A web-based speed reading tool using Rapid Serial Visual Presentation (RSVP) wit
|
||||
|
||||
Everything runs locally in your browser. Your text and files never leave your computer - no servers, no tracking, no analytics. EPUB and TXT files are processed entirely client-side. Settings and reading progress are stored in localStorage. Works offline once loaded.
|
||||
|
||||
Optional: If enabled in settings, missing book metadata (title, author, cover) can be fetched from [Open Library API](https://openlibrary.org/developers/api). This sends the book title to their servers.
|
||||
|
||||
## What is RSVP?
|
||||
|
||||
RSVP (Rapid Serial Visual Presentation) is a reading technique that displays text one word at a time at a fixed focal point. This eliminates saccades (eye movements) that normally slow down reading, allowing for significantly faster reading speeds.
|
||||
|
||||
Reference in New Issue
Block a user