Skip to content

Commit adbc111

Browse files
authored
Badges
1 parent 66155e1 commit adbc111

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# HTTPS server running on localhost
22
Run an express server on localhost with HTTP2 and SSL for free.
33

4-
Serve static files or import as module in your project
4+
Serve static files or import as module in your project.
5+
6+
[![NPM](https://nodei.co/npm/https-localhost.png)](https://nodei.co/npm/https-localhost/)
7+
8+
[![Build status](https://travis-ci.org/daquinoaldo/https-localhost.svg?branch=master)](https://travis-ci.org/daquinoaldo/https-localhost)
9+
[![Dependency Status](https://img.shields.io/david/daquinoaldo/https-localhost.svg)](https://david-dm.org/daquinoaldo/https-localhost)
10+
[![Known Vulnerabilities](https://snyk.io/test/npm/https-localhost/badge.svg)](https://snyk.io/test/npm/https-localhost)
11+
[![GitHub issues](https://img.shields.io/github/issues/daquinoaldo/https-localhost.svg)](https://github.com/daquinoaldo/https-localhost/issues)
12+
[![npm version](https://img.shields.io/npm/v/https-localhost.svg)](https://www.npmjs.com/package/https-localhost?activeTab=versions)
513

614

715
### Install and trust the certificate
@@ -36,4 +44,4 @@ app.get('/', (req, res) => res.send('Hello World!'))
3644
---
3745

3846
### License
39-
[AGPL-3.0](LICENSE)
47+
[AGPL-3.0](LICENSE)

0 commit comments

Comments
 (0)