From 8383adb43968f66f5abb0632a4b010970a9b4cd5 Mon Sep 17 00:00:00 2001 From: stickyPiston Date: Tue, 17 Sep 2019 16:53:33 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Created=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Always interesting to read. --- README.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..30a7869 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Cassettea-api-node + +This is the Cassettea server for node.js. To install, simply run + +``` bash +git clone https://gitea.arnweb.nl/corner/Cassettea-api-node.git && cd Cassettea-api-node +npm install +DEBUG=Cassettea-api-node:* npm start +``` diff --git a/package.json b/package.json index a0bfbfa..911e520 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "yt", + "name": "Cassettea-api-node", "version": "0.0.0", "private": true, "scripts": {