.. | ||
index.js | ||
license | ||
package.json | ||
readme.md | ||
test.js |
http-status-emojis

Emojis for HTTP status codes
Install
$ npm install --save http-status-emojis
Usage
const statusEmojis = require('http-status-emojis')
console.log(statusEmojis[500])
// => 💣
Open a pull request to add new emojis!
License
MIT © Ben Drucker