44 GitHub stars and counting — rclone/rclone-js-api is a JavaScript project TopGit is tracking across repositories on the platform. rclone rc bindings for javascript
Snapshot summary built from the project's own GitHub metadata — there's no written TopGit review yet. The page will update automatically when a full review is published.
WHY NO REVIEW YET
TopGit writes full reviews for the most-starred, most-requested repositories. This page is a snapshot until then — see the READ ME tab for the original README in full.
This is a javascript api to access the rclone rc api.
How to install
If you are using npm,
npm install rclone-api --save
or using yarn,
yarn install rclone-api
Usage
Import the required function
import {getAllProviders} from "rclone-api";
And then,
getAllProviders().then(res => {
//... do something with the data
}, error => {
//... do something with the error
//eg: alert(error)
});
OR
getAllProviders().then(res => {
//... do something with the data
}).catch( error => {
//... do something with the error
//eg: alert(error)
});
Supported calls
getStats(): returns the current rclone stats.
getCurrentBandwidthSetting(): fetches the current limit that is max which the rclone can send request at.
setCurrentBandwidthSetting(newRate): changes the current bandwidth limit of the rclone backend.
@param newRate {string} Human readable format of size eg: 1M|2M|1.2G specifying 1MB, 2MB, 1.2GB respectively.
createPublicLink(remoteName, remotePath) creates a public link for a supported remote
getAllProviders() returns all the possible providers supported by the rclone backend
getAllConfigDump() return the configured remotes from the rclone backend
getFsInfo(remoteName) fetches the information regarding features, hashes from the rclone backend.
getFilesList(remoteName, remotePath) fetches the files for a specified remote path (remoteName + remotePath).
getRemoteInfo(remoteName) fetches the information about a provider.
getRcloneVersion() fetches the version and details about the running rclone version.
getAllRemoteNames() fetches all the remotes in the config.
No homepage URL was recorded for rclone/rclone-js-api in TopGit's last sync. The README tab above frequently contains screenshots and demo links, or check the repository description on GitHub.
Is rclone/rclone-js-api open source?
TopGit's metadata for rclone/rclone-js-api does not record a license. Most public repositories on GitHub ARE open source, but the exact terms vary — verify by opening the LICENSE file directly.
What is rclone/rclone-js-api?
rclone/rclone-js-api (rclone/rclone-js-api) is a JavaScript project on GitHub. From the project's own README: rclone rc bindings for javascript
Where do I read more about rclone/rclone-js-api?
This TopGit page is a snapshot — the READ ME tab shows the project's own README content (links stripped, images preserved). The GitHub repository at github.com/rclone/rclone-js-api is the definitive source.
Read full README in the tab above.
Still deciding about rclone-js-api?
One click hands the question to an AI along with this page — see what it says about rclone-js-api.