https://github.com/shipow/instantsearch-stackoverflow
:question: Host on heroku a search engine synchronized with all questions from stackoverflow related to a specific tag.
https://github.com/shipow/instantsearch-stackoverflow
Last synced: about 2 months ago
JSON representation
:question: Host on heroku a search engine synchronized with all questions from stackoverflow related to a specific tag.
- Host: GitHub
- URL: https://github.com/shipow/instantsearch-stackoverflow
- Owner: Shipow
- Created: 2015-11-21T16:08:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T17:35:09.000Z (over 2 years ago)
- Last Synced: 2025-04-13T04:07:04.197Z (about 2 months ago)
- Language: CSS
- Homepage: https://algolia-stackoverflow.herokuapp.com/
- Size: 574 KB
- Stars: 11
- Watchers: 0
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# StackOverflow powered by instantsearch.js
This app grabs all content for a tag and builds a search engine with faceted navigation.
Demo meteor.js https://is-so-test.herokuapp.com/
Demo algolia https://algolia-stackoverflow.herokuapp.com/## The heroku way
[](https://heroku.com/deploy)
### Set env var
Create an algolia account and choose which keywork on StackOverflow you want to index.
### Init Index
- visit /grab (blank page, no feedback -> to improve)
- then refresh /### Notes
Add heroku to your git clone of this repo
```heroku git:remote -a YOUR_HEROKU_APP_NAME```
## Run locally
- ```npm install```
- ```npm start```