Frontend/25_02_24/node_modules/http-status-emojis
2025-02-25 09:55:29 +01:00
..
index.js added doga 2025-02-25 09:55:29 +01:00
license added doga 2025-02-25 09:55:29 +01:00
package.json added doga 2025-02-25 09:55:29 +01:00
readme.md added doga 2025-02-25 09:55:29 +01:00
test.js added doga 2025-02-25 09:55:29 +01:00

http-status-emojis Build Status Greenkeeper badge

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