Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/probot/unfurl
a GitHub App built with Probot that unfurls links on Issues and Pull Request discussions
https://github.com/probot/unfurl
Last synced: about 1 month ago
JSON representation
a GitHub App built with Probot that unfurls links on Issues and Pull Request discussions
- Host: GitHub
- URL: https://github.com/probot/unfurl
- Owner: probot
- License: isc
- Created: 2017-10-26T05:24:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-27T23:51:24.000Z (8 months ago)
- Last Synced: 2024-03-30T22:31:59.655Z (8 months ago)
- Language: JavaScript
- Homepage: https://probot.github.io/apps/unfurl-links/
- Size: 102 KB
- Stars: 106
- Watchers: 6
- Forks: 21
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unfurl
> a GitHub App built with [probot](https://github.com/probot/probot) that unfurls links on Issues and Pull Request discussions
![](https://user-images.githubusercontent.com/173/32036265-57a501ca-b9e4-11e7-9db3-52374fb7290c.png)
## Install
Install it by clicking [this link](https://probot.github.io/apps/unfurl-links/)
## Setup
```
# Install dependencies
npm install# Run the bot
npm start
```See [docs/deploy.md](docs/deploy.md) if you would like to run your own instance of this app.