0.0.16 ⢠Published 3 months ago
@smcphub/weather v0.0.16
Welcome to @smcphub/server š
MCP Client of SMCPHUB. Support all Chinese cities now.
š Homepage
Install
npm i @smcphub/weather
OR
yarn add @smcphub/weather
Usage
import SmcphubClient from '@smcphub/client';
const smcphubClient = new SmcphubClient({
api_key: 'YOUR_API_KEY'
});
smcphubClient.connect().then((tools) => {
console.log(tools);
});
Author
š¤ SMCPHUB