# emoji-feet

> returns the feet emoji

Latest version **1.3.0** (published 2017-06-08) · ISC license · 0 weekly downloads

## Install

```sh
npm install emoji-feet
pnpm add emoji-feet
yarn add emoji-feet
bun add emoji-feet
```

## 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 | 1.3.0 |
| Published | 2017-06-08 |
| First published | 2016-04-15 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Josh Hunt |
| Maintainers | joshhunt |

## Links

- npm: https://www.npmjs.com/package/emoji-feet
- npm.io page: https://npm.io/package/emoji-feet

## Recent versions

- 1.3.0 (latest) — 2017-06-08
- 1.2.1 — 2016-06-17
- 1.2.0 — 2016-04-19
- 1.1.0 — 2016-04-15
- 1.0.0 — 2016-04-15

## README

# 🐾

![Tests passing](https://img.shields.io/badge/tests-passing-green.svg) ![Tests passing](https://img.shields.io/badge/coverage-100%-green.svg)

Returns the wonderful feet emoji.

## Usage

```javascript
const emoji = require('emoji-feet');
console.log(emoji) // 🐾
```

## Tests

`emoji-feet` proudly has 100% test coverage. Run tests with `npm test`.

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