Git Product home page Git Product logo

priontoabdullah / beer-api-app Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 373 KB

An open-source REST API of different kinds of beer to read the API and display it in an organized way with add in some sort of sorting, searching mechanic & recommendation algorithm to the front-end.

Home Page: https://beer-api-app.netlify.app/

JavaScript 65.39% HTML 3.49% SCSS 31.11%
rest-api sorting-algorithms searching-algorithms recommendation-algorithms infinity-scroll

beer-api-app's Introduction

Beer-API-APP

From a open-source REST API of different kinds of beer using HTML, CSS and Javascript to read the API and display it in an organized way. In addition, add in some sort of sorting, searching mechanic to the front-end.

Live Links

API Links

API Reference

Get all items

  GET /api.punkapi.com/v2/${api_key}
Parameter Type Description
beers string Required. Gets beers from the api

Get item

  GET /api.punkapi.com/v2/beers/${id}
Parameter Type Description
abv_gt number Returns all beers with ABV greater than the supplied number
abv_lt number Returns all beers with ABV less than the supplied number
ibu_gt number Returns all beers with IBU greater than the supplied number
ibu_lt number Returns all beers with IBU less than the supplied number
ebc_gt number Returns all beers with EBC greater than the supplied number
ebc_lt number Returns all beers with EBC less than the supplied number

How To Run

Install

 npm install

Build

 npm run build

Start

 npm start

beer-api-app's People

Contributors

priontoabdullah avatar

Stargazers

 avatar

Watchers

 avatar  avatar

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.