rakafajars / unofficial-masakapahariini-api

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

Home Page:https://masak-apa.tomorisakura.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Masakapahariini Api ๐Ÿง™ ๐Ÿณ


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


Status : On Progress

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

  • new-recipes done
/api/recipes
  • new-recipes-by-page done
/api/recipes/:page
  • example
/api/recipes/1
  • new-recipes-limit done
/api/recipes-length/?limit=size
  • example
/api/recipes-length/?limit=3
  • recipes-by-category done
/api/categorys/recipes/:key
  • example
/api/categorys/recipes/masakan-hari-raya
  • recipes-category done
/api/categorys/recipes
  • recipes-detail done
/api/recipe/:key
  • search-recipes done
/api/search/?q=parameter
  • example
/api/search/?q=tahu
  • article-category done
/api/categorys/article
  • article-by-category done
/api/categorys/article/:key
  • example
/api/categorys/article/makanan-gaya-hidup
  • article done
/api/articles/new
  • article-details done
/api/article/:tag/:key
  • example
/api/article/makanan-gaya-hidup/papeda-dan-masakan-indonesia-timur

Show Case


Credits

Copyright ยฉ 2020 Reski Arianto

Build With ๐Ÿ’™

About

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

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

License:MIT License


Languages

Language:JavaScript 100.0%