Skip to content

SaltyAom/is-the-order-a-rabbit-api

Repository files navigation

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.

About

Is the order a rabbit api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published