## Prequisites
Before you can run the examples, please refer to the [Node.js Getting Started guide](./../getting_started/nodejs) to install
the library.
## Run the Examples
To run any Node.js example, you need to select any of the
[Node.js examples](https://github.com/iotaledger/iota.rs/tree/dev/bindings/nodejs/examples) and run it with your local
Node.js interpreter. The following snippet runs `01_get_info.js` from the project root:
```bash
node bindings/nodejs/examples/01_get_info.js
```