Skip to content

Commit e99a8e1

Browse files
Update README.md
1 parent b8065cb commit e99a8e1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# edge-api
22

3+
<!-- Version - npm -->
4+
<a href="https://www.npmjs.com/package/edge-api">
5+
<img src="https://img.shields.io/npm/v/edge-api.svg" alt="Latest version on npm" />
6+
</a>
7+
<!-- Downloads - npm -->
8+
<a href="https://npm-stat.com/charts.html?package=edge-api">
9+
<img src="https://img.shields.io/npm/dt/edge-api.svg" alt="Downloads on npm" />
10+
</a>
11+
<!-- License - MIT -->
12+
<a href="https://github.com/nathanclevenger/edge-api/tree/master/license">
13+
<img src="https://img.shields.io/github/license/nathanclevenger/edge-api.svg" alt="Project license" />
14+
</a>
15+
316
Simplified Edge API Router with JWT Auth, Logging, and Database.
417

518
```javascript

0 commit comments

Comments
 (0)