|
1 | 1 | # Device Simulator Web Application |
2 | 2 |
|
3 | | -[](https://github.com/bifravst/device-ui/actions) |
4 | | -[](https://snyk.io/test/github/bifravst/device-ui) |
| 3 | +[](https://github.com/NordicSemiconductor/asset-tracker-cloud-device-ui-js/actions) |
| 4 | +[](https://snyk.io/test/github/NordicSemiconductor/asset-tracker-cloud-device-ui-js?targetFile=package.json) |
5 | 5 | [](https://github.com/semantic-release/semantic-release) |
6 | 6 | [](https://renovatebot.com) |
7 | | -[](https://mergify.io) |
| 7 | +[](https://mergify.io) |
8 | 8 | [](http://commitizen.github.io/cz-cli/) |
9 | 9 | [](https://github.com/prettier/prettier/) |
10 | 10 | [](https://github.com/typescript-eslint/typescript-eslint) |
11 | 11 |
|
12 | | -Read the documentation at https://bifravst.github.io/. |
| 12 | +Provides a user interface via a web application to interact with a software Cat |
| 13 | +Tracker running in Node.js. |
| 14 | + |
| 15 | +The software Cat Trackers are provided by the respective cloud flavours of the |
| 16 | +Asset Tracker Cloud Example: |
| 17 | + |
| 18 | +- [AWS](https://github.com/NordicSemiconductor/asset-tracker-cloud-aws-js) |
| 19 | +- [Azure](https://github.com/NordicSemiconductor/asset-tracker-cloud-azure-js) |
| 20 | + |
| 21 | +> :information_source: |
| 22 | +> [Read the complete Asset Tracker Cloud Example documentation](https://nordicsemiconductor.github.io/asset-tracker-cloud-docs/). |
| 23 | +
|
| 24 | +## Set up |
| 25 | + |
| 26 | + npm ci |
| 27 | + |
| 28 | +## Running |
| 29 | + |
| 30 | + npm start |
| 31 | + |
| 32 | +After executing the above command, copy the connection string printed from |
| 33 | +`node cli connect "<id of your device>"` (e.g. |
| 34 | +`?endpoint=http%3A%2F%2Flocalhost%3A23719`) and append it to the browser |
| 35 | +address. (for example, |
| 36 | +`http://localhost:8080/?endpoint=http%3A%2F%2Flocalhost%3A23719`). |
0 commit comments