hotpepper-sdk
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

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サービス
【画像提供:ホットペッパー グルメ】

Readme

Keywords

Package Sidebar

Install

npm i hotpepper-sdk

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

1.15 MB

Total Files

106

Last publish

Collaborators

  • airrnot1106