https://github.com/algolia/issue-searcher
Search for PRs and issues on GitHub
https://github.com/algolia/issue-searcher
github issues pull-requests search
Last synced: 2 months ago
JSON representation
Search for PRs and issues on GitHub
- Host: GitHub
- URL: https://github.com/algolia/issue-searcher
- Owner: algolia
- License: mit
- Created: 2017-11-14T08:44:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T13:08:41.000Z (over 3 years ago)
- Last Synced: 2026-01-31T12:20:26.691Z (5 months ago)
- Topics: github, issues, pull-requests, search
- Language: JavaScript
- Homepage: https://issue-searcher.netlify.com
- Size: 211 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Issue Searcher
This project was created during the Q4 Algolia InstantSearch offsite
1. clone `algolia/issue-searcher`
2. download the dependencies with `yarn`
3. Log in to [github.algolia.com/signin](https://github.algolia.com/signin)
4. Then you can go to [github.algolia.com/private?{new Date().getTime()}](https://github.algolia.com/private?)
And enter that info in `.env.development`:
```
GATSBY_FALLBACK_UID=
GATSBY_FALLBACK_API_KEY=
```
Run the site with `yarn develop`.
>Be careful, don't make this public, it'll allow everyone to search issues on all private repositories you have access to.
## Deploy
[](https://app.netlify.com/start/deploy?repository=https://github.com/algolia/issue-searcher)
Don't forget to set the environment variables!