# Introduction

## Important

This document has ceased to be updated as of November 2021.

Please use the following qiita site from now on.

<https://qiita.com/ucl_Harmoware_VIS>

![](https://4102328192-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LWxk9k4ZoHtWQJdRi1G%2F-Lo3ycK69Fx59l00lWBw%2F-Lo3yfKpDhbKOe1_CzJ5%2Fimage.png?alt=media\&token=aa6b2155-2e88-497c-b68c-3e004c78142e)

&#x20;This software is developed mainly by Kawaguchi lab, supported by JST OPERA (Program on Open Innovation Platform with Enterprises, Research Institute and Academia).

## Install

#### Preparation

* Install node, npm. The version of node.js has been confirmed in v14.17.X.
* Acquire Mapbox accesstoken

#### npm install

```bash
npm install harmoware-vis
```

#### Github install & Run the software

```bash
git clone https://github.com/Harmoware/Harmoware-VIS

cd Harmoware-VIS

npm install

# example bus3d
npm run bus3d

# example real-time-sample
npm run real-time-sample

# example visualize-sample
npm run visualize-sample
```

#### Tutorial to use Harmoware-VIS from npm.

* Refer to [gitbook tutorial](https://harmoware-develop-tutorial.gitbook.io/).

#### License

* This project is licensed under the [Apache License 2.0](https://github.com/Harmoware/Harmoware-VIS/blob/master/LICENSE).

Compatible with version 1.7.x of Harmoware-VIS.
