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

https://github.com/yoctol/come-from


https://github.com/yoctol/come-from

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

          

# come-from

## Installation

```sh
npm install come-from
```

```sh
yarn add come-from
```

## Usage

```js
const comeFrom = require('come-from');

comeFrom(request.body) // 'messenger', 'line', 'slack', 'telegram', 'unknown'
```

## License

MIT © [Yoctol](https://github.com/Yoctol/come-from)