Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grabbou/test
https://github.com/grabbou/test
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/grabbou/test
- Owner: grabbou
- License: mit
- Created: 2017-04-07T10:55:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-07T11:45:22.000Z (almost 8 years ago)
- Last Synced: 2024-10-29T04:04:46.385Z (3 months ago)
- Language: JavaScript
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# get-display-name
> get display name
## Install
```
$ yarn add get-display-name
```## Usage
```js
const getDisplayName = require('get-display-name');getDisplayName('unicorns');
```## API
### getDisplayName(input, [options])
get display name
## License
[MIT](./LICENSE)