mirror of
https://github.com/litruv/API-WebSocket-Bridge.git
synced 2026-07-24 02:36:03 +10:00
removed esdocs
This commit is contained in:
10
README.md
Normal file
10
README.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# RestfulSockets
|
||||
|
||||
RestfulSockets is a JavaScript library for building RESTful APIs with WebSocket integration.
|
||||
|
||||
## Installation
|
||||
|
||||
Install RestfulSockets using npm:
|
||||
|
||||
```shell
|
||||
npm install restful-sockets
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"source": "./path/to/your/javascript/files",
|
||||
"destination": "./docs/api",
|
||||
"plugins": [],
|
||||
"title": "My Project Documentation",
|
||||
"index": "./path/to/your/index.md"
|
||||
}
|
||||
|
||||
1382
source/package-lock.json
generated
1382
source/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -14,8 +14,5 @@
|
||||
"jquery": "^3.7.0",
|
||||
"socket.io": "^4.6.2",
|
||||
"socket.io-client": "^4.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"esdoc": "^1.1.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user