• Stars
    star
    155
  • Rank 240,864 (Top 5 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created about 4 years ago
  • Updated 10 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Book recipes api bahasa Indonesia ๐Ÿ‡ฎ๐Ÿ‡ฉ ๐Ÿฅ—

Masakapahariini Api ๐Ÿง™ ๐Ÿณ


preview


Food recipes api bahasa Indonesia ๐Ÿ‡ฎ๐Ÿ‡ฉ build with Cheerio and Node js ๐ŸŒธ

** โš ๏ธ Status** : Maintained ๐Ÿš€ (will be updated with new changes ๐Ÿšง)

Documentation


Field Description
key is a unique key used to access the next endpoint example key : 'resep-sambal-teri-petai'
page load a next of data if want to make pagination in your app
tag is unique key of a article category to hit a detail of article
limit set limit of result note make sure you set limit below of 10

Endpoint Usage


Base Url : https://masak-apa.tomorisakura.vercel.app

Endpoint Usage Example
new recipes /api/recipes -
new recipes by page /api/recipes/:page /api/recipes/1
new recipes limit /api/recipes-length/?limit=size /api/recipes-length/?limit=5
recipes by category /api/category/recipes/:key /api/category/recipes/masakan-hari-raya
recipes category /api/category/recipes -
recipe detail /api/recipe/:key -
search recipes /api/search/?q=parameter /api/search/?q=coto
article categorys /api/category/article -
article by category /api/category/article/:key /api/category/article/makanan-gaya-hidup
article /api/articles/new -
article detail /api/article/:tag/:key /api/article/makanan-gaya-hidup/papeda-dan-masakan-indonesia-timur

Show Case


Credits

Copyright ยฉ 2020 Reski Arianto

Build With ๐Ÿ’™