add readme

This commit is contained in:
Timo Hocker 2020-03-14 12:41:26 +01:00
parent d3689a2217
commit fb75746602

15
README.md Normal file
View File

@ -0,0 +1,15 @@
# Consts
A bunch of useful constants to make code more readable
## Modules
- http: http status codes
## Usage
```js
const consts = require('@scode/consts');
const status = consts.http.status_ok;
```