Jerska / instantsearch-stackoverflow

:question: Host on heroku a search engine synchronized with all questions from stackoverflow related to a specific tag.

Home Page:https://algolia-stackoverflow.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StackOverflow powered by instantsearch.js

This app grabs all content for a tag and builds a search engine with faceted navigation.

Then it runs cron to keep it up to date.

Demo https://is-so-test.herokuapp.com/

The heroku way

Deploy

Set env var

Create an algolia account and choose which keywork on StackOverflow you want to index.

Init Index

  • visit /grab
  • Grab a coffee...
  • ... done!
  • Visit /

Notes

Add heroku to your git clone of this repo

heroku git:remote -a YOUR_HEROKU_APP_NAME

Run locally

  • npm install
  • npm run postinstall
  • npm start

About

:question: Host on heroku a search engine synchronized with all questions from stackoverflow related to a specific tag.

https://algolia-stackoverflow.herokuapp.com/


Languages

Language:CSS 91.2%Language:JavaScript 7.9%Language:HTML 1.0%