Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shipow/searchofthewild
⚔ Search engine for Zelda Breath of the Wild [BotW]
https://github.com/shipow/searchofthewild
airtable instantsearch vue-instantsearch vuejs zelda
Last synced: 15 days ago
JSON representation
⚔ Search engine for Zelda Breath of the Wild [BotW]
- Host: GitHub
- URL: https://github.com/shipow/searchofthewild
- Owner: Shipow
- Created: 2017-08-14T08:10:33.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T18:11:10.000Z (almost 2 years ago)
- Last Synced: 2024-10-15T17:23:54.262Z (28 days ago)
- Topics: airtable, instantsearch, vue-instantsearch, vuejs, zelda
- Language: Vue
- Homepage: http://piano-tuner-protection-77534.netlify.com/
- Size: 1.98 MB
- Stars: 53
- Watchers: 6
- Forks: 3
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# search-of-the-wild
> Zelda BotW Search
![Search of the Wild Logo](http://res.cloudinary.com/hilnmyskv/image/upload/v1507137808/search-of-the-wild/logo.png)
![Search of the Wild Screenshot](http://res.cloudinary.com/hilnmyskv/image/upload/v1507137808/search-of-the-wild/screenshot.png)
## Preview
[Search of the Wild – Preview on Netlify](http://piano-tuner-protection-77534.netlify.com/)
## Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build
```## Data
Data is coming from [Airtable – Zelda BotW](https://airtable.com/shrI71ZROtt0PXTtr).
Then data is pushed to Algolia with a node script [data/import.js](https://github.com/Shipow/SearchOfTheWild/blob/master/data/import.js).## UI
UI is built with [vue-instantsearch](https://github.com/algolia/vue-instantsearch) and [Bulma.io](http://bulma.io/)
You can find all the sprites in .sketch file in the design directory.![Search of the Wild Assets](http://res.cloudinary.com/hilnmyskv/image/upload/v1507137807/search-of-the-wild/artboard.png)
## vue-loader
For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).