mirror of https://github.com/chubin/wttr.in
This pull request configures this repository to be run on Repl.it. It adds a `.replit` configuration file and a Repl.it badge to the `README`. You can read more about running repos on Repl.it [here](https://docs.repl.it/repls/dot-replit), or view the Repl [here](https://repl.it/@joshwood/wttrin).pull/381/head
parent
4986f92592
commit
fb7f255ca0
@ -0,0 +1,2 @@
|
|||||||
|
language = "python3"
|
||||||
|
run = "echo Enter city to receive weather data from: ;read city; eval \"curl wttr.in/$city\";"
|
Loading…
Reference in new issue