https://github.com/pskinnertech/streamr-dimo-data
https://github.com/pskinnertech/streamr-dimo-data
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pskinnertech/streamr-dimo-data
- Owner: PSkinnerTech
- License: apache-2.0
- Created: 2023-07-21T23:49:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-21T23:51:35.000Z (almost 3 years ago)
- Last Synced: 2025-12-28T08:21:15.313Z (5 months ago)
- Language: TypeScript
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
1. Install npm
```
brew install node && brew install npm
```
2. Checking repository
```
git clone git@github.com:zer0stars/dimo-streams-demo.git
```
3. Run installation
```
npm i
```
5. Install npx
```
npm i -g npx
```
4. Start subscriber
```
npm run start
```