You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One might prefer to use the audio book reader or Mirador, or IA BookReader.
Both audio book reader and Mirador still need token polling, but this should be pretty easy; eg:
setInterval(function(){
// ajax the token endpoint on archive.org
}, twoMinutes);
This might require also logging into Archive.org, though. So the login form would need to log you into both open library and archive.org. The accounts are shared, so this could be done with just one login form.
The text was updated successfully, but these errors were encountered:
For example,
One might prefer to use the audio book reader or Mirador, or IA BookReader.
Both audio book reader and Mirador still need token polling, but this should be pretty easy; eg:
This might require also logging into Archive.org, though. So the login form would need to log you into both open library and archive.org. The accounts are shared, so this could be done with just one login form.
The text was updated successfully, but these errors were encountered: