# fptf-mode-emojis

Utility: **Emojis for [*Friendly Public Transport Format* `1.0.1` modes](https://github.com/public-transport/friendly-public-transport-format/blob/1.0.1/spec/readme.md#modes)**.

[![npm version](https://img.shields.io/npm/v/fptf-mode-emojis.svg)](https://www.npmjs.com/package/fptf-mode-emojis)
![ISC-licensed](https://img.shields.io/github/license/derhuerst/fptf-mode-emojis.svg)
[![chat with me on Gitter](https://img.shields.io/badge/chat%20with%20me-on%20gitter-512e92.svg)](https://gitter.im/derhuerst)
[![support me on Patreon](https://img.shields.io/badge/support%20me-on%20patreon-fa7664.svg)](https://patreon.com/derhuerst)


## Installing

```shell
npm install fptf-mode-emojis
```


## Usage

```js
const emojis = require('fptf-mode-emojis')

console.log(emojis.gondola)
// 🚡
```


## Contributing

If you have a question or have difficulties using `fptf-mode-emojis`, please double-check your code and setup first. If you think you have found a bug or want to propose a feature, refer to [the issues page](https://github.com/derhuerst/fptf-mode-emojis/issues).
