Skip to content

Commit

Permalink
[docs] add badges to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhyde committed Oct 23, 2024
1 parent e751483 commit c007040
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# @2bad/onvif

[![NPM version](https://img.shields.io/npm/v/@2bad/onvif.svg)](https://www.npmjs.com/package/@2bad/onvif)
[![License](https://img.shields.io/npm/l/@2bad/onvif)](https://opensource.org/license/MIT)
[![GitHub Build Status](https://img.shields.io/github/actions/workflow/status/2BAD/onvif/build.yml)](https://github.com/2BAD/onvif/actions/workflows/build.yml)
[![Code coverage](https://img.shields.io/codecov/c/github/2BAD/onvif)](https://codecov.io/gh/2BAD/onvif)
[![Written in TypeScript](https://img.shields.io/github/languages/top/2BAD/onvif)](https://www.typescriptlang.org/)

A TypeScript implementation of the ONVIF Client protocol supporting Profile S (Live Streaming) and Profile G (Replay). This is a stable, typed fork of the original [onvif](https://github.com/agsh/onvif) package.

Expand Down

0 comments on commit c007040

Please sign in to comment.