UNPKG

rui-weather-service-api

Version:

Weather API service with OpenWeatherMap integration - includes both standalone API and MCP server

5 lines 121 B
#!/usr/bin/env node import { runCli } from './cli/index.js'; // Execute the CLI runCli(); //# sourceMappingURL=cli.js.map