added doga
This commit is contained in:
27
25_02_24/node_modules/http-status-emojis/readme.md
generated
vendored
Normal file
27
25_02_24/node_modules/http-status-emojis/readme.md
generated
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
# http-status-emojis [](https://travis-ci.org/bendrucker/http-status-emojis) [](https://greenkeeper.io/)
|
||||
|
||||
> Emojis for HTTP status codes
|
||||
|
||||
|
||||
## Install
|
||||
|
||||
```
|
||||
$ npm install --save http-status-emojis
|
||||
```
|
||||
|
||||
|
||||
## Usage
|
||||
|
||||
```js
|
||||
const statusEmojis = require('http-status-emojis')
|
||||
|
||||
console.log(statusEmojis[500])
|
||||
// => 💣
|
||||
```
|
||||
|
||||
Open a pull request to add new emojis!
|
||||
|
||||
|
||||
## License
|
||||
|
||||
MIT © [Ben Drucker](http://bendrucker.me)
|
||||
Reference in New Issue
Block a user