Skip to main content
Module

x/deno_weather/egg.json

get current weather by city name, state and country code
Latest
File
{ "$schema": "https://x.nest.land/eggs@0.3.1/src/schema.json", "name": "deno-weather", "entry": "./mod.ts", "description": "get current weather by city name, state and country code", "homepage": "https://github.com/yeukfei02/deno-weather", "version": "0.1.9", "files": [ "*", "*/**/*" ], "ignore": [ "./.git/**" ], "checkFormat": "deno fmt", "checkTests": "deno test -A", "checkInstallation": true, "check": true, "unlisted": false}