You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-4Lines changed: 20 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,6 @@ This SDK supports both CommonJS and ESM.
17
17
##### Table of contents
18
18
*[Installation](#installation)
19
19
*[Initialization](#initialization)
20
-
*[Demo application](#demo-application)
21
20
*[URL generation](#url-generation)
22
21
*[File upload](#file-upload)
23
22
*[File management](#file-management)
@@ -52,9 +51,6 @@ var imagekit = new ImageKit({
52
51
});
53
52
```
54
53
55
-
## Demo application
56
-
The fastest way to get started is by running the demo application in the [sample](/sample) folder. Refer to the README file in [sample](/sample) folder.
57
-
58
54
## Usage
59
55
You can use this Node.js SDK for three different methods - URL generation, file upload, and media management operations. The usage of the SDK has been explained below.
Except for upload API, all [ImageKit APIs are rate limited](https://docs.imagekit.io/api-reference/api-introduction/rate-limits) to protect the infrastructure from excessive requests rates and to keep ImageKit.io fast and stable for everyone.
0 commit comments