Skip to content

🃏 Hearthstone's cards search engine built with algolia instantsearch.

Notifications You must be signed in to change notification settings

JanPetr/searchstone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

![Searchstone] (https://cdn-images-1.medium.com/max/2000/1*TDiE4_ANWjtekDNZmisj-g.png)

Searchstone.io is an open source search engine for the Heartstone card playing video game. It relies on Algolia API for the search and instantsearch.js for the UI.

I've published an article on Medium that explain a bit more the project: [A painstakingly crafted search for Hearthstone] (https://medium.com/@Kevin_Granger/a-painstakingly-crafted-search-for-hearthstone-c21b3fa4223c)

Features

  • As-you-type experience
  • Full-text search in name, description and attributes
  • Smart Highlighting
  • Multi-language support
  • Typo tolerance
  • Switch between grid/card and list view
  • Refinement on every attributes (Set, Race, Type, Mana, Class, Mechanics, Attack, Health)
  • Golden animations cards
  • Responsive Design

Change Log

Dev

$> npm install
$> gulp dev
$> NODE_ENV=production gulp deploy

About

🃏 Hearthstone's cards search engine built with algolia instantsearch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.4%
  • CSS 38.0%
  • HTML 7.6%