All Projects → tomorisakura → Unofficial Masakapahariini Api

tomorisakura / Unofficial Masakapahariini Api

Licence: mit
Book recipes api bahasa Indonesia 🇮🇩 🥗

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Unofficial Masakapahariini Api

Basic Ftp
FTP client for Node.js, supports FTPS over TLS, passive mode over IPv6, async/await, and Typescript.
Stars: ✭ 441 (+1737.5%)
Mutual labels:  node-js
Engintron
Engintron for cPanel/WHM is the easiest way to integrate Nginx on your cPanel/WHM server. Engintron will improve the performance & web serving capacity of your server, while reducing CPU/RAM load at the same time, by installing & configuring the popular Nginx webserver to act as a reverse caching proxy in front of Apache.
Stars: ✭ 587 (+2345.83%)
Mutual labels:  node-js
Dropbox Sdk Js
The Official Dropbox API V2 SDK for Javascript
Stars: ✭ 756 (+3050%)
Mutual labels:  node-js
Pigallery2
A directory-first photo gallery website, witch rich UI, optimised for running on low resource servers (especially on raspberry pi)
Stars: ✭ 470 (+1858.33%)
Mutual labels:  node-js
Solidarity
Solidarity is an environment checker for project dependencies across multiple machines.
Stars: ✭ 540 (+2150%)
Mutual labels:  node-js
Html Pdf Chrome
HTML to PDF converter via Chrome/Chromium
Stars: ✭ 629 (+2520.83%)
Mutual labels:  node-js
Alexa Assistant
Implementation of the Google Assistant SDK as an Alexa skill
Stars: ✭ 422 (+1658.33%)
Mutual labels:  node-js
Retrofit2samples
Retrofit2 Samples 与 Nodejs 服务端接口
Stars: ✭ 16 (-33.33%)
Mutual labels:  node-js
Kretes
A Programming Environment for TypeScript & Node.js built on top of VS Code
Stars: ✭ 570 (+2275%)
Mutual labels:  node-js
Rando.js
The world's easiest, most powerful random function.
Stars: ✭ 659 (+2645.83%)
Mutual labels:  node-js
Jaeger Client Node
Jaeger Bindings for OpenTracing API for Node.js
Stars: ✭ 485 (+1920.83%)
Mutual labels:  node-js
Patch Package
Fix broken node modules instantly 🏃🏽‍♀️💨
Stars: ✭ 6,062 (+25158.33%)
Mutual labels:  node-js
Wechatbynode
Use the Node.js development WeChat(使用Node.js 开发微信公众号)【 博客地址:https://cnodejs.org/user/SilenceHVK 】
Stars: ✭ 642 (+2575%)
Mutual labels:  node-js
Node Xml2js
XML to JavaScript object converter.
Stars: ✭ 4,402 (+18241.67%)
Mutual labels:  node-js
Liquidcore
Node.js virtual machine for Android and iOS
Stars: ✭ 765 (+3087.5%)
Mutual labels:  node-js
Librmath.js
Javascript Pure Implementation of Statistical R "core" numerical libRmath.so
Stars: ✭ 425 (+1670.83%)
Mutual labels:  node-js
Colfer
binary serialization format
Stars: ✭ 597 (+2387.5%)
Mutual labels:  node-js
Calc
Unit Testing in JavaScript
Stars: ✭ 17 (-29.17%)
Mutual labels:  node-js
Nodepress
😎 RESTful API service for Blog/CMS, powered by @nestjs
Stars: ✭ 829 (+3354.17%)
Mutual labels:  node-js
Timeoff Management Application
Simple yet powerful absence management software for small and medium size business (community edition)
Stars: ✭ 644 (+2583.33%)
Mutual labels:  node-js

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 💙

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].