Skip to content

A CLI tool for show the weather of a city made in Deno.JS, the newest rurntime for Javascript and Typescript

Notifications You must be signed in to change notification settings

vscalcione/deno-weather-app-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

deno-weather-cli

This is a simple deno cli application to show the meteo of a city. If you use the denon prepared script, can you type on the shell this command:

$ denon start

The command that will be executed in background is:

$ deno run --allow-all index.ts --city London

If the user wants to have another city weather's info, run this command:

$ deno run --allow-all index.ts --city cityName

About

A CLI tool for show the weather of a city made in Deno.JS, the newest rurntime for Javascript and Typescript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published