Skip to content

Commit

Permalink
Add run on repl.it badge to README
Browse files Browse the repository at this point in the history
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/@Mosrod/soccer-cli).
  • Loading branch information
nraikm committed Dec 10, 2019
1 parent 472e9f4 commit 0c42aa7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .replit
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
language = "python3"
run = "python setup.py install ; soccer"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Soccer CLI
=====

[![PyPI version](https://badge.fury.io/py/soccer-cli.svg)](http://badge.fury.io/py/soccer-cli) [![Join the chat at https://gitter.im/architv/soccer-cli](https://badges.gitter.im/architv/soccer-cli.svg)](https://gitter.im/architv/soccer-cli?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Run on Repl.it](https://repl.it/badge/github/architv/soccer-cli)](https://repl.it/github/architv/soccer-cli)

Soccer for Hackers - a CLI for all the football scores.

Expand Down

0 comments on commit 0c42aa7

Please sign in to comment.