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 year 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-11T05:46:03.000Z (over 1 year ago)
- Last Synced: 2024-10-29T15:51:45.055Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://probot.github.io/apps/unfurl-links/
- Size: 101 KB
- Stars: 109
- Watchers: 7
- Forks: 16
- 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

## 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.