File tree Expand file tree Collapse file tree 2 files changed +43
-1
lines changed Expand file tree Collapse file tree 2 files changed +43
-1
lines changed Original file line number Diff line number Diff line change
1
+ <h1 align =" center " style =" border-bottom : none ;" >onvif-probe-rx</h1 >
2
+ <h3 align =" center " >Better TypeScript Control Flow</h3 >
3
+ <p align =" center " >
4
+ <a href =" https://circleci.com/gh/patrickmichalina/onvif-probe-rx " >
5
+ <img alt="circeci" src="https://circleci.com/gh/patrickmichalina/onvif-probe-rx.svg?style=shield">
6
+ </a >
7
+ <!-- <a href="https://codeclimate.com/github/patrickmichalina/onvif-probe-rx/test_coverage">
8
+ <img src="https://api.codeclimate.com/v1/badges/f40c9fff2927e49c3ea2/test_coverage" />
9
+ </a>
10
+ <a href="https://codeclimate.com/github/patrickmichalina/onvif-probe-rx/maintainability">
11
+ <img alt="codeclimate" src="https://api.codeclimate.com/v1/badges/f40c9fff2927e49c3ea2/maintainability">
12
+ </a> -->
13
+ </p >
14
+ <p align =" center " >
15
+ <a href =" https://greenkeeper.io " >
16
+ <img alt="greenkeeper" src="https://badges.greenkeeper.io/semantic-release/semantic-release.svg">
17
+ </a >
18
+ <a href =" https://david-dm.org/patrickmichalina/onvif-probe-rx " >
19
+ <img alt="greenkeeper" src="https://david-dm.org/patrickmichalina/onvif-probe-rx/status.svg">
20
+ </a >
21
+ <a href =" https://david-dm.org/patrickmichalina/onvif-probe-rx?type=dev " >
22
+ <img alt="greenkeeper" src="https://david-dm.org/patrickmichalina/onvif-probe-rx/dev-status.svg">
23
+ </a >
24
+ </p >
25
+ <p align =" center " >
26
+ <a href =" https://github.com/semantic-release/semantic-release " >
27
+ <img alt="semantic-release" src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg">
28
+ </a >
29
+ <a href =" https://www.npmjs.com/package/onvif-probe-rx " >
30
+ <img alt="npm latest version" src="https://img.shields.io/npm/v/onvif-probe-rx/latest.svg">
31
+ </a >
32
+ </p >
33
+
1
34
# ONVIF Probe RX
2
35
Realtime Open Network Video Interface Forum (ONVIF) device discovery.
3
36
Original file line number Diff line number Diff line change 2
2
"name" : " onvif-probe-rx" ,
3
3
"version" : " 0.0.0-development" ,
4
4
"description" : " Realtime Open Network Video Interface Forum (ONVIF) device discovery" ,
5
- "author" : " Patrick Michalina" ,
5
+ "author" :
" Patrick Michalina <[email protected] > " ,
6
6
"license" : " MIT" ,
7
7
"repository" : {
8
8
"type" : " git" ,
12
12
"url" : " https://github.com/patrickmichalina/onvif-probe-rx/issues"
13
13
},
14
14
"homepage" : " https://github.com/patrickmichalina/onvif-probe-rx#readme" ,
15
+ "keywords" : [
16
+ " onvif" ,
17
+ " camera" ,
18
+ " rxjs" ,
19
+ " node" ,
20
+ " typescript" ,
21
+ " udp" ,
22
+ " elecctron"
23
+ ],
15
24
"main" : " dist/index.js" ,
16
25
"scripts" : {
17
26
"test" : " echo \" Error: no test specified\" && exit 1" ,
You can’t perform that action at this time.
0 commit comments