https://github.com/coderbyheart/map
View IoT devices powered by Nordic Semiconductor hardware all around the globe.
https://github.com/coderbyheart/map
Last synced: over 1 year ago
JSON representation
View IoT devices powered by Nordic Semiconductor hardware all around the globe.
- Host: GitHub
- URL: https://github.com/coderbyheart/map
- Owner: coderbyheart
- License: bsd-3-clause
- Created: 2023-11-16T16:27:18.000Z (over 2 years ago)
- Default Branch: saga
- Last Pushed: 2023-11-17T16:56:48.000Z (over 2 years ago)
- Last Synced: 2025-02-01T11:11:12.552Z (over 1 year ago)
- Language: TypeScript
- Size: 82 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# `hello.nrfcloud.com/map`
[](https://github.com/hello-nrfcloud/map/actions/workflows/test-and-release.yaml)
[](https://github.com/semantic-release/semantic-release)
[](https://renovatebot.com)
[](https://github.com/conventional-changelog/commitlint/tree/master/@commitlint/config-conventional)
[](https://github.com/prettier/prettier/)
[](https://github.com/typescript-eslint/typescript-eslint)
View IoT devices powered by Nordic Semiconductor hardware all around the globe.
## Setup
Install the dependencies:
```bash
npm ci
```
## Run
```bash
npm start
```
### Running the tests
You can run the tests using
```bash
npm test
```