This REST API is based on Is the Order a Rabbit's Rabbit House menu according to สาระน้องต่ายหมวด แรบบิทเฮาส์ ตอนที่ 1 from รับน้องต่ายซักแก้มั้ยคะ?
Visit or create a get request to: https://rabbit-house.saltyaom.com
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
We welcome all contributions by sending PR to this repository.
- Node.js
- As written in JavaScript using Node.js as a runtime, we required you to install
-
Fork the repo.
-
Simply clone the repo and
git clone https://github.com/<Your Username>/is-the-order-a-rabbit-api
- Navigate to project
cd is-the-order-a-rabbit-api
- Install dependencies:
-
If you use npm, run:
npm install
-
If you use yarn, run:
yarn
-
If you use pnpm, run:
pnpm install
-
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.
- If you were going to only added a menu, edit
-
Run test:
- If you use npm, run:
npm run test
- If you use yarn, run:
yarn test
- If you use yarn, run:
pnpm test
-
Commit to your repo:
git add .
git commit -m "<Commit Message>"
git push
- Create a Pull Request
If you need help with anything, here're following methods:
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.