Coder Social home page Coder Social logo

is-the-order-a-rabbit-api's Introduction

Is The Order a Rabbit API

This REST API is based on Is the Order a Rabbit's Rabbit House menu according to สาระน้องต่ายหมวด แรบบิทเฮาส์ ตอนที่ 1 from รับน้องต่ายซักแก้มั้ยคะ?

Rabbit House Order

To use

Visit or create a get request to: https://rabbit-house.saltyaom.com

Route

Available route is consisted of:

  • /
    • Return all availble menu
  • /:type
    • Return available menu by type
  • /:type/:menu
    • Return requested menu by name in specific type
  • /:type/:menu/name
    • Return name with localization
  • /:type/:menu/name/:locale
    • Return name by locale
  • /:type/:menu/price
    • Return price with localization
  • /:type/:menu/price/:price
    • Return price by locale

Contribution

We welcome all contributions by sending PR to this repository.

To start a contribution

Prerequisite

  • Node.js
    • As written in JavaScript using Node.js as a runtime, we required you to install
  1. Fork the repo.

  2. Simply clone the repo and

git clone https://github.com/<Your Username>/is-the-order-a-rabbit-api
  1. Navigate to project
cd is-the-order-a-rabbit-api
  1. Install dependencies:
  • If you use npm, run:

    npm install
  • If you use yarn, run:

    yarn
  • If you use pnpm, run:

    pnpm install
  1. Make some change

    • If you were going to only added a menu, edit order.json on the root of the project.
    • If you had made some changed in code, please also run test before create a Pull Request.
  2. Run test:

    • If you use npm, run:
    npm run test
    • If you use yarn, run:
    yarn test
    • If you use yarn, run:
    pnpm test
  3. Commit to your repo:

git add .
git commit -m "<Commit Message>"
git push
  1. Create a Pull Request

Need Help ?

If you need help with anything, here're following methods:

Create an Issue

If you have something you want to discuss in detail, or have hit an issue which you believe others will also have in deployment or development of the system, opening an issue is the best way to get help. It creates a permanent resource for others wishing to contribute to conversation.

is-the-order-a-rabbit-api's People

Contributors

saltyaom avatar

Stargazers

 avatar  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.