Skip to content

Commit befc553

Browse files
author
Andrey Safonov
authored
Update README.md
1 parent 58acb71 commit befc553

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
11
## nodejs-convert-file-server
22
Node.js - Convert from MS Office, images to PDF, get thumbnails for file previews, optimize files for quick rendering.
33

4-
### Instalation
4+
### Installation
55

66
Clone the repo and run
77

88
`npm start`
99

10-
The server will be listening on port 9000.
10+
The server will be listening on port 9000. `http://localhost:9000`
1111

1212

1313
### API Calls
1414

15+
#### List file directory
16+
17+
The endpoint returns all files present in the files directory in JSON format.
18+
19+
##### HTTP Request
20+
`GET http://localhost:9000/files`
21+
1522

0 commit comments

Comments
 (0)