diff --git a/README.md b/README.md index 86ceff2..20d74b3 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ This project allows you to: - `Hang up` the call when done. - `Rest API` to get all connected users. +--- + ### Quick Start **[Install Node.js and npm](https://nodejs.org/en/download)** @@ -39,6 +41,8 @@ npm start 4. Enjoy your one-to-one video call. +--- + ## API Get all connected users @@ -49,6 +53,8 @@ curl -X GET "http://localhost:8000/api/v1/users" -H "authorization: call_me_api_ Docs: http://localhost:8000/api/v1/docs/ or you can check it out live [here](https://cme.mirotalk.com/api/v1/docs/). +--- + ## Self-Hosting To install this on your VPS, VDS, or personal server, please follow the instructions in **[the self-hosting documentation](./doc/self-hosting.md)**. diff --git a/package.json b/package.json index 763c164..ecaabd0 100755 --- a/package.json +++ b/package.json @@ -1,9 +1,18 @@ { "name": "callme", - "version": "1.0.3", + "version": "1.0.4", "description": "Your Go-To for Instant Video Calls", "author": "Miroslav Pejic - miroslav.pejic.85@gmail.com", "license": "AGPLv3", + "repository": { + "type": "git", + "url": "git+https://github.com/miroslavpejic85/call-me.git" + }, + "keywords": [ + "docker", + "webrtc", + "decentralized" + ], "scripts": { "start": "node app/server.js", "dev": "nodemon app/server.js", diff --git a/public/assets/callme.png b/public/assets/callme.png new file mode 100644 index 0000000..c889743 Binary files /dev/null and b/public/assets/callme.png differ diff --git a/public/index.html b/public/index.html index 21ba06b..70e1f6f 100755 --- a/public/index.html +++ b/public/index.html @@ -14,6 +14,14 @@ + + + + + + + + @@ -55,6 +63,18 @@ + +