https://github.com/yoctol/come-from
https://github.com/yoctol/come-from
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yoctol/come-from
- Owner: Yoctol
- License: mit
- Created: 2017-09-26T04:12:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-29T10:10:09.000Z (over 8 years ago)
- Last Synced: 2025-01-09T21:33:08.645Z (over 1 year ago)
- Language: JavaScript
- Size: 46.9 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)