Git Product home page Git Product logo

bookhero's Introduction

BookHero

eBook web library

eBook library written in Ruby (Rails) using Google Books API for metadata information.

I had the need for a web based eBook manager, that can run on my home server, from where I can browse my library from any of my devices(ipad, macbook, android phone etc.).

At the moment the core basic features work

  • Listing books
  • Able to download books
  • Remove books from library (only remove in BookHero)
  • Scan for new books
  • Single book view

Got a couple of more features planned, but that's it for now.

Main Window

Book Description

Using Zurb Foundation responsive css design BookHero works on most mobile devices.

iPhone

iPhone Book Description

Installation

First thing, you need Ruby and Rails working to run BookHero. Have a look at https://rvm.io/rvm/install/ to setup it up. Basically you need to run the following command :

    curl -#L https://get.rvm.io | bash -s stable --autolibs=3 --ruby

Git clone the repository cd to BookHero directory and run the

    BookHero --firsttime

command. This will setup BookHero for it's first startup and then start it.

Usage

To start BookHero run :

    BookHero --start

This will start BookHero on http://127.0.0.1:9911 --- or any other IP that's configured on your host.

To add books to BookHero Library, got to Settings, fill in the full path to the directory where all your eBooks are don't worry about the order of your eBooks in this library, BookHero will scan through everything.

Add you Google Book API (note you don't have to do this, but BookHero works MUCH better with one, due to the Google API usage restrictions.) To get a Google Books API go to :

https://code.google.com/apis/console Go to Services, set Books to "On" Click on "API access" and copy the API key and enter it on the Settings page in Bookhero

Click the "Scan" button in the top bar for BookHero to start scanning for books and importing them.

To stop BookHero run :

    BookHero --stop

Issues

BookHero use the Google Books API to get all the information about the books in the library. Google limits you to 1000 API requests a day. Which normally would not be a issue on a day to day basis, however if you have a ebook colleciton that's bigger than 1000, your going to hit the google limit during import. Busy looking at a way to get around it.

It's tested on OS X (mountain lion), should work on any Linux/UNIX with Ruby/Rails enviroument.

bookhero's People

Contributors

daemonza avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

bookhero's Issues

Mobile interface on phones

Top bar does not display properly and the button layout does not really work for anything smaller than a 7" screen.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.