All Projects → trybick → issue-collab

trybick / issue-collab

Licence: other
A GitHub Issues searcher inspired by Hacktoberfest

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
HTML
75241 projects

Projects that are alternatives of or similar to issue-collab

Acts as indexed
Acts As Indexed is a plugin which provides a pain-free way to add fulltext search to your Ruby on Rails app
Stars: ✭ 211 (+711.54%)
Mutual labels:  search-engine
Algoliasearch Laravel
[Deprecated] We now recommend using Laravel Scout, see =>
Stars: ✭ 242 (+830.77%)
Mutual labels:  search-engine
lnx
⚡ Insanely fast, 🌟 Feature-rich searching. lnx is the adaptable, typo tollerant deployment of the tantivy search engine. Standing on the shoulders of giants.
Stars: ✭ 844 (+3146.15%)
Mutual labels:  search-engine
Search Engine Parser
Lightweight package to query popular search engines and scrape for result titles, links and descriptions
Stars: ✭ 216 (+730.77%)
Mutual labels:  search-engine
Magnetissimo
Web application that indexes all popular torrent sites, and saves it to the local database.
Stars: ✭ 2,551 (+9711.54%)
Mutual labels:  search-engine
Elasticsearch
Free and Open, Distributed, RESTful Search Engine
Stars: ✭ 57,778 (+222123.08%)
Mutual labels:  search-engine
Examine
A .NET indexing and search engine powered by Lucene.Net
Stars: ✭ 208 (+700%)
Mutual labels:  search-engine
torchtrajectory
The World's First Search Engine for Trajectory Data
Stars: ✭ 28 (+7.69%)
Mutual labels:  search-engine
Dweb.page
Your Gateway to the Distributed Web
Stars: ✭ 239 (+819.23%)
Mutual labels:  search-engine
FUTURE
A private, free, open-source search engine built on a P2P network
Stars: ✭ 19 (-26.92%)
Mutual labels:  search-engine
Magnetico
Autonomous (self-hosted) BitTorrent DHT search engine suite.
Stars: ✭ 2,626 (+10000%)
Mutual labels:  search-engine
Addok
Search engine for address. Only address.
Stars: ✭ 226 (+769.23%)
Mutual labels:  search-engine
typesense-dart
Dart client for Typesense
Stars: ✭ 50 (+92.31%)
Mutual labels:  search-engine
Scout
RESTful search server written in Python, powered by SQLite.
Stars: ✭ 213 (+719.23%)
Mutual labels:  search-engine
tex image link generator
generate <img src="https://render.githubusercontent.com/render/math?math={tex}">
Stars: ✭ 54 (+107.69%)
Mutual labels:  github-issues
Alfanous
Alfanous is an Arabic search engine API provides the simple and advanced search in Quran , more features and many interfaces...
Stars: ✭ 209 (+703.85%)
Mutual labels:  search-engine
Conceptualsearch
Train a Word2Vec model or LSA model, and Implement Conceptual Search\Semantic Search in Solr\Lucene - Simon Hughes Dice.com, Dice Tech Jobs
Stars: ✭ 245 (+842.31%)
Mutual labels:  search-engine
LegalQA
Korean LegalQA using SentenceKoBART
Stars: ✭ 77 (+196.15%)
Mutual labels:  search-engine
patzilla
PatZilla is a modular patent information research platform and data integration toolkit with a modern user interface and access to multiple data sources.
Stars: ✭ 71 (+173.08%)
Mutual labels:  search-engine
first-contrib-app
A search engine to find good beginner issues across Github and become an open source contributor !
Stars: ✭ 33 (+26.92%)
Mutual labels:  search-engine

Issue Collab

Netlify Status

A search tool designed to help you find open source projects

Demo & Usage

  • Use the toggle switches to filter results. Optionally enter text keywords
  • Click a title to open the issue on GitHub in a new tab

ezgif com-video-to-gif

Background

The idea for this project comes from wanting to find cool projects on GitHub but not being satisfied with GitHub's native search.

I began searching issues during Hacktoberfest (an annual event sponsored by Digital Ocean which encourages developers to get involved with open source. Make 4 PRs in a month and get a FREE T-shirt 👕).

Local Development

To run this project for local development if you have Node.js and NPM installed follow these steps in a terminal. The app will run on port 3000.

npm install
npm start

If you don't want to install Node.js and you have Docker present on your system, then just use the Dockerfile and the script that prepares the whole application in a separate container. The app will run on port 3000.

./dev.sh

Contributing

Thank you for your interest! All types of contributions welcome. HACK AWAY! 🔨🔨🔨

  • Fork and clone this repository
  • Create your branch from the master branch
  • Please open your PR with the master branch as the base
  • Take a look at the PR checks to make sure the Netlify deploy preview looks correct
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].