Skip to content

Getting Started

Navi Stream is a embed language in Navi, when you installed Navi, you can use Navi Stream.

Quick Start

Create file named macd.nvs

INFO

Navi Stream file extension is .nvs, and Navi file extension is .nv.

nvs

Make a sample JSON data named data.json, you can download this sample file: https://raw.githubusercontent.com/navi-language/navi/main/examples/macd/data.json

Then you can use it in Navi file, main.nv:

nv,

Then run it:

bash