Skip to content

Commit 706577c

Browse files
committed
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).
1 parent 99ab06e commit 706577c

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.replit

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
language = "nodejs"
2+
run = "npm run test"
3+

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# node_storage_manager
2+
[![Run on Repl.it](https://repl.it/badge/github/9trocode/node_storage_manager)](https://repl.it/github/9trocode/node_storage_manager)
23
Storage Manager for cross platform e.g AWS S3 GStorage and file-system

0 commit comments

Comments
 (0)