# http-status-emojis

> Emojis for HTTP status codes

Latest version **2.2.0** (published 2019-07-01) · MIT license · 0 weekly downloads

## Install

```sh
npm install http-status-emojis
pnpm add http-status-emojis
yarn add http-status-emojis
bun add http-status-emojis
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.2.0 |
| Published | 2019-07-01 |
| First published | 2016-06-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 26 |
| Author | Ben Drucker |
| Maintainers | bendrucker |
| Keywords | http, status, code, emojis |

## Links

- npm: https://www.npmjs.com/package/http-status-emojis
- Repository: https://github.com/bendrucker/http-status-emojis
- Homepage: https://github.com/bendrucker/http-status-emojis#readme
- Issues: https://github.com/bendrucker/http-status-emojis/issues
- npm.io page: https://npm.io/package/http-status-emojis

## Alternatives

- [flatbuffers](https://npm.io/package/flatbuffers.md) — 6.0M weekly downloads
- [jwt-simple](https://npm.io/package/jwt-simple.md) — 259.5K weekly downloads
- [@exodus/patch-broken-hermes-typed-arrays](https://npm.io/package/@exodus/patch-broken-hermes-typed-arrays.md) — 28.5K weekly downloads
- [@native-to-anchor/buffer-layout](https://npm.io/package/@native-to-anchor/buffer-layout.md) — 12.2K weekly downloads
- [binary-parser-encoder](https://npm.io/package/binary-parser-encoder.md) — 5.3K weekly downloads

## Recent versions

- 2.2.0 (latest) — 2019-07-01
- 2.1.1 — 2019-04-18
- 2.1.0 — 2019-04-18
- 2.0.0 — 2016-08-24
- 1.0.0 — 2016-06-29

## README

# http-status-emojis [![Build Status](https://travis-ci.org/bendrucker/http-status-emojis.svg?branch=master)](https://travis-ci.org/bendrucker/http-status-emojis) [![Greenkeeper badge](https://badges.greenkeeper.io/bendrucker/http-status-emojis.svg)](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)

---
_Source: https://npm.io/package/http-status-emojis · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
