Skip to content

Latest commit

 

History

History

nodejs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Zbox Node Tutorials

These tutorials show how to use Zbox in Node.js.

To use these tutorials, follow these steps:

  1. Create a repo on zbox.io and copy its URI

  2. In each tutorial js file, replace [your_repo_uri] with your repo's URI

  3. Install dependencies

    npm install

    and run the tutorial file. For example,

    node 00-hello-world.js

Tutorial List

  1. Hello World

    How to write and read a simple Hello, World! file using Zbox.

  2. Directory operations

    Basic directory operations, such as create, list, remove and etc.

  3. File operations

    Basic file operations, such as create, read/write, remove and etc.

  4. File system operations

    Basic file system operations, such as metadata, copy, rename and etc.