diff --git a/.replit b/.replit new file mode 100644 index 0000000..312490c --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "python3" +run = "echo Enter city to receive weather data from: ;read city; eval \"curl wttr.in/$city\";" diff --git a/README.md b/README.md index 5c4c470..d77afe0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ *wttr.in — the right way to check the weather!* +[![Run on Repl.it](https://repl.it/badge/github/chubin/wttr.in)](https://repl.it/github/chubin/wttr.in) + wttr.in is a console-oriented weather forecast service that supports various information representation methods like terminal-oriented ANSI-sequences for console HTTP clients (curl, httpie, or wget), HTML for web browsers, or PNG for graphical viewers.