Git Product home page Git Product logo

oaklibsearcher's People

Contributors

rmanocha avatar

Watchers

 avatar  avatar  avatar  avatar

oaklibsearcher's Issues

Create a web API for the availability data

The API will look something like the below:

GET /available_books

{[
“isbn”: “1234”,
“title”: “Crime and Punishment”
“available:” true,
“branches”: [“Montclair Branch”, “Temescal Branch”]
],
“isbn”: “5678”,
“title”: “Catch-22”
“available:” false,
“branches”: []
],…}

Add an RSS Feed for books available

Based on the books in the "to read" goodreads shelf, check for availability at the Oakland library. Make any that are available via an RSS feed. Update the timestamp of the feed item each time so that a feed reader can detect it as updated each time it checks for updates.

Add notifications for books when they become available

Need to figure out:

  • Which books to send a notification for (all of them or only the top five)
  • How to not flood the user with notifications (perhaps persist some state in a sqlite db)
  • What sort of notification to send the user (email? sms?)

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.