Options
All
  • Public
  • Public/Protected
  • All
Menu

hotpepper-sdk-nodejs

hotpepper-sdk-nodejs

npm (tag) npm

Install

npm install hotpepper-sdk

Usage

//cjs
const hotpepper = require('hotpepper-sdk');
//ts
import * as hotpepper from 'hotpepper-sdk';

(async () => {
hotpepper.setApiKey('YOUR_API_KEY');

const res = await hotpepper.gourmet().keyword('居酒屋').sake(1).search();
})();

API

See document and official reference.

Issues

If you find a bug or problem, please open an issue!:bug:

Author

LICENSE

This project is licensed under the MIT License - see the LICENSE file for details.

ホットペッパー Webサービス
【画像提供:ホットペッパー グルメ】

Generated using TypeDoc