📝 Created README.md

Always interesting to read.
This commit is contained in:
corner 2019-09-17 16:53:33 +02:00
parent 5b996f979d
commit 8383adb439
2 changed files with 10 additions and 1 deletions

9
README.md Normal file
View File

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

View File

@ -1,5 +1,5 @@
{ {
"name": "yt", "name": "Cassettea-api-node",
"version": "0.0.0", "version": "0.0.0",
"private": true, "private": true,
"scripts": { "scripts": {