We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8065cb commit e99a8e1Copy full SHA for e99a8e1
README.md
@@ -1,5 +1,18 @@
1
# edge-api
2
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
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
15
+
16
Simplified Edge API Router with JWT Auth, Logging, and Database.
17
18
```javascript
0 commit comments