An open API service indexing awesome lists of open source software.

https://github.com/syuilo/named


https://github.com/syuilo/named

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

named.js
-------------------------------

[![][npm-badge]][npm-link]
[![][mit-badge]][mit]

Get name

## Install
``` shell
$ npm install named
```

## Usage
``` javascript
named(seed)
```

## Example
``` javascript
const named = require('named');

named(1); // 向日葵
```

## On TypeScript
Type definition are bundled.
``` typescript
import named from 'named';
```

## License
[MIT](LICENSE)

[npm-link]: https://www.npmjs.com/package/named
[npm-badge]: https://img.shields.io/npm/v/named.svg?style=flat-square
[mit]: http://opensource.org/licenses/MIT
[mit-badge]: https://img.shields.io/badge/license-MIT-444444.svg?style=flat-square