These tutorials show how to use Zbox in Node.js.
To use these tutorials, follow these steps:
-
Create a repo on zbox.io and copy its URI
-
In each tutorial js file, replace
[your_repo_uri]
with your repo's URI -
Install dependencies
npm install
and run the tutorial file. For example,
node 00-hello-world.js
-
How to write and read a simple
Hello, World!
file using Zbox. -
Basic directory operations, such as create, list, remove and etc.
-
Basic file operations, such as create, read/write, remove and etc.
-
Basic file system operations, such as metadata, copy, rename and etc.