Skip to content

Commit 629e370

Browse files
committed
Added badges to README
1 parent b809234 commit 629e370

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/servall/pi-camera-connect/master/LICENSE)
2+
[![npm](https://img.shields.io/npm/v/ninprint.svg)](https://www.npmjs.com/package/pi-camera-connect)
3+
14
# Pi Camera Connect - for NodeJS
25

36
`pi-camera-connect` is a library to capture and stream Raspberry Pi camera data directly to NodeJS.

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
"types": "build/index.d.ts",
77
"author": "Servall Development",
88
"license": "MIT",
9+
"repository" :
10+
{
11+
"type" : "git",
12+
"url" : "https://github.com/servall/pi-camera-connect"
13+
},
914
"scripts": {
1015
"test": "jest --runInBand",
1116
"build": "tsc --declaration",

0 commit comments

Comments
 (0)