Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit a12a812

Browse files
committed
feat: move to NordicSemiconductor organization
See bifravst/bifravst#56
1 parent 4054908 commit a12a812

8 files changed

Lines changed: 311 additions & 228 deletions

File tree

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": ["react-app", "@bifravst/eslint-config-typescript"],
2+
"extends": ["react-app", "@nordicsemiconductor/eslint-config-asset-tracker-cloud-typescript"],
33
"overrides": [
44
{
55
"files": ["*.tsx"],

.mergify.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ pull_request_rules:
22
- name: Automatic merge security PRs when all status checks pass
33
conditions:
44
- author~=^(snyk-bot|dependabot\[bot\])$
5-
- status-success=security/snyk (Bifravst)
5+
- status-success=security/snyk (Asset Tracker Cloud)
66
- status-success=tests
77
actions:
88
merge:
99
method: rebase
1010
rebase_fallback: squash
11-
bot_account: bifravst-ci
11+
bot_account: asset-tracker-cloud-ci
1212
label:
1313
add:
14-
- mergify
14+
- mergify
1515
rebase:
16-
bot_account: bifravst-ci
16+
bot_account: asset-tracker-cloud-ci

.prettierrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module.exports = {
2-
...require('@bifravst/code-style/.prettierrc'),
2+
...require('@nordicsemiconductor/asset-tracker-cloud-code-style/.prettierrc'),
33
}

CODE_OF_CONDUCT.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
See https://github.com/bifravst/bifravst/blob/saga/CODE_OF_CONDUCT.md
1+
See
2+
https://github.com/NordicSemiconductor/asset-tracker-cloud-docs/blob/saga/CODE_OF_CONDUCT.md

README.md

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,36 @@
11
# Device Simulator Web Application
22

3-
[![GitHub Actions](https://github.com/bifravst/device-ui/workflows/Test%20and%20Release/badge.svg)](https://github.com/bifravst/device-ui/actions)
4-
[![Known Vulnerabilities](https://snyk.io/test/github/bifravst/device-ui/badge.svg)](https://snyk.io/test/github/bifravst/device-ui)
3+
[![GitHub Actions](https://github.com/NordicSemiconductor/asset-tracker-cloud-device-ui-js/workflows/Test%20and%20Release/badge.svg)](https://github.com/NordicSemiconductor/asset-tracker-cloud-device-ui-js/actions)
4+
[![Known Vulnerabilities](https://snyk.io/test/github/NordicSemiconductor/asset-tracker-cloud-device-ui-js/badge.svg?targetFile=package.json)](https://snyk.io/test/github/NordicSemiconductor/asset-tracker-cloud-device-ui-js?targetFile=package.json)
55
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
66
[![Renovate](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovatebot.com)
7-
[![Mergify Status](https://img.shields.io/endpoint.svg?url=https://dashboard.mergify.io/badges/bifravst/device-ui&style=flat)](https://mergify.io)
7+
[![Mergify Status](https://img.shields.io/endpoint.svg?url=https://gh.mergify.io/badges/NordicSemiconductor/asset-tracker-cloud-device-ui-js)](https://mergify.io)
88
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
99
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier/)
1010
[![ESLint: TypeScript](https://img.shields.io/badge/ESLint-TypeScript-blue.svg)](https://github.com/typescript-eslint/typescript-eslint)
1111

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

Comments
 (0)