Giter VIP home page Giter VIP logo

beer-prices-api's People

Contributors

ajwann avatar

Watchers

 avatar  avatar  avatar

Forkers

kesslem

beer-prices-api's Issues

Need Models and Controllers

We will need some basic models to start,
here is a short list of models we will probably need:

  1. Beer (duh)
  2. Brewery
  3. User

Each of these models will need an associated controller with all the standard restful actions.
Each controller should return JSON by default so that it can be used by the react app.

Need to get pricing data

We need to get pricing data from anywhere we can.
Currently MyBeerCollectibles and Ebay seem like great sources.

Ebay has an API, so this is probably the easiest source of data to get started with.

We will probably want some sort of job that runs periodically and queries the Ebay API for
recent price data per beer. We can run one collection job per beer, theoretically, so that we can harvest
pricing data for each beer in parallel.

Single Source of Truth for beer

Seeing as how we can expect users to manually import beers one by one, we need to harvest data from external sources about beer.

Some possible places to get beer info:
-Untappd
-BeerAdvocate
-RateBeer

I have no idea if any of these sites have API's, let alone if we can just get a complete list of beers from them. If they at least offer an API with a basic search feature, we could potentially use that API to piece together a semi-definitive list of that source systems beers.

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.