Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing different route access for cheerio #20

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

Food recipes api bahasa Indonesia 🇮🇩 build with __Cheerio__ and __Node js__ 🌸

** ⚠️ Status** : Maintained 🚀 (will be updated with new changes 🚧)
> **⚠️ Status** : Successfully Updated 🚀 (Fixing error with different route access 🚧)

### Documentation
---
Expand All @@ -23,7 +23,7 @@ Food recipes api bahasa Indonesia 🇮🇩 build with __Cheerio__ and __Node js_

### Endpoint Usage
---
**Base Url** : `https://masak-apa.tomorisakura.vercel.app`
**Base Url** : [https://resep-hari-ini.vercel.app](https://resep-hari-ini.vercel.app/)

| Endpoint | Usage | Example |
|----------|-------|---------|
Expand All @@ -39,6 +39,8 @@ Food recipes api bahasa Indonesia 🇮🇩 build with __Cheerio__ and __Node js_
| article | `/api/articles/new` | - |
| article detail | `/api/article/:tag/:key` | `/api/article/makanan-gaya-hidup/papeda-dan-masakan-indonesia-timur` |

> ⚠️ **Note** ⚠️: Especially for article detail descriptions, it will return a string in HTML format, if you use Android, learn [How to display HTML using Android Compose](https://proandroiddev.com/how-to-display-html-using-android-compose-c59e24ec0c6f)

### Show Case
---

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading