Add run on repl.it badge to README

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
woodjosh256 5 years ago
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\";"

@ -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.

Loading…
Cancel
Save