From 16ae24ee5d4516d3d28755f34eacdff6a5dccb60 Mon Sep 17 00:00:00 2001 From: rubiksking124 Date: Mon, 6 Jul 2020 02:40:11 +0000 Subject: [PATCH] Add run on repl.it badge to README This pull request adds a `Run on Repl.it` badge to the `README`. This will allow users to easily run this repository in their browser, without having to set up an environment. You can learn more about Repl.it [here](https://repl.it). --- .replit | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .replit diff --git a/.replit b/.replit new file mode 100644 index 0000000..7454660 --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "nodejs" +run = "npm start server.js" \ No newline at end of file diff --git a/README.md b/README.md index 23ca077..d2dbc12 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Haste - +[![Run on Repl.it](https://repl.it/badge/github/seejohnrun/haste-server)](https://repl.it/github/seejohnrun/haste-server) Haste is an open-source pastebin software written in node.js, which is easily installable in any network. It can be backed by either redis or filesystem, and has a very easy adapter interface for other stores. A publicly available