hotpepper-sdk-nodejs
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
- Github: airRnot1106
- NPM: airrnot1106
- Twitter: @airRnot1106
LICENSE
This project is licensed under the MIT License - see the LICENSE file for details.