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

Commit

Permalink
feat: move to NordicSemiconductor organization
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Feb 2, 2021
1 parent 4054908 commit a12a812
Show file tree
Hide file tree
Showing 8 changed files with 311 additions and 228 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": ["react-app", "@bifravst/eslint-config-typescript"],
"extends": ["react-app", "@nordicsemiconductor/eslint-config-asset-tracker-cloud-typescript"],
"overrides": [
{
"files": ["*.tsx"],
Expand Down
8 changes: 4 additions & 4 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ pull_request_rules:
- name: Automatic merge security PRs when all status checks pass
conditions:
- author~=^(snyk-bot|dependabot\[bot\])$
- status-success=security/snyk (Bifravst)
- status-success=security/snyk (Asset Tracker Cloud)
- status-success=tests
actions:
merge:
method: rebase
rebase_fallback: squash
bot_account: bifravst-ci
bot_account: asset-tracker-cloud-ci
label:
add:
- mergify
- mergify
rebase:
bot_account: bifravst-ci
bot_account: asset-tracker-cloud-ci
2 changes: 1 addition & 1 deletion .prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
...require('@bifravst/code-style/.prettierrc'),
...require('@nordicsemiconductor/asset-tracker-cloud-code-style/.prettierrc'),
}
3 changes: 2 additions & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
See https://github.com/bifravst/bifravst/blob/saga/CODE_OF_CONDUCT.md
See
https://github.com/NordicSemiconductor/asset-tracker-cloud-docs/blob/saga/CODE_OF_CONDUCT.md
32 changes: 28 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,36 @@
# Device Simulator Web Application

[![GitHub Actions](https://github.com/bifravst/device-ui/workflows/Test%20and%20Release/badge.svg)](https://github.com/bifravst/device-ui/actions)
[![Known Vulnerabilities](https://snyk.io/test/github/bifravst/device-ui/badge.svg)](https://snyk.io/test/github/bifravst/device-ui)
[![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)
[![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)
[![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)
[![Renovate](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovatebot.com)
[![Mergify Status](https://img.shields.io/endpoint.svg?url=https://dashboard.mergify.io/badges/bifravst/device-ui&style=flat)](https://mergify.io)
[![Mergify Status](https://img.shields.io/endpoint.svg?url=https://gh.mergify.io/badges/NordicSemiconductor/asset-tracker-cloud-device-ui-js)](https://mergify.io)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier/)
[![ESLint: TypeScript](https://img.shields.io/badge/ESLint-TypeScript-blue.svg)](https://github.com/typescript-eslint/typescript-eslint)

Read the documentation at https://bifravst.github.io/.
Provides a user interface via a web application to interact with a software Cat
Tracker running in Node.js.

The software Cat Trackers are provided by the respective cloud flavours of the
Asset Tracker Cloud Example:

- [AWS](https://github.com/NordicSemiconductor/asset-tracker-cloud-aws-js)
- [Azure](https://github.com/NordicSemiconductor/asset-tracker-cloud-azure-js)

> :information_source:
> [Read the complete Asset Tracker Cloud Example documentation](https://nordicsemiconductor.github.io/asset-tracker-cloud-docs/).
## Set up

npm ci

## Running

npm start

After executing the above command, copy the connection string printed from
`node cli connect "<id of your device>"` (e.g.
`?endpoint=http%3A%2F%2Flocalhost%3A23719`) and append it to the browser
address. (for example,
`http://localhost:8080/?endpoint=http%3A%2F%2Flocalhost%3A23719`).

0 comments on commit a12a812

Please sign in to comment.