mirror of
https://github.com/logos-storage/logos-storage-js.git
synced 2026-01-02 13:33:07 +00:00
18 lines
264 B
Markdown
18 lines
264 B
Markdown
# Download example
|
|
|
|
Small example to show how to download a file in the browser with Codex.
|
|
|
|
## Install dependencies
|
|
|
|
```bash
|
|
npm install
|
|
```
|
|
|
|
## Run node
|
|
|
|
```bash
|
|
node index.js
|
|
```
|
|
|
|
Note: You can define `CODEX_NODE_URL`, default value is "http://localhost:8080".
|