https://github.com/Shipow/AlgoliaSearch-Ionic
Algolia Search engine in a ionic app (angular client).
https://github.com/Shipow/AlgoliaSearch-Ionic
Last synced: 2 months ago
JSON representation
Algolia Search engine in a ionic app (angular client).
- Host: GitHub
- URL: https://github.com/Shipow/AlgoliaSearch-Ionic
- Owner: Shipow
- Created: 2014-12-08T22:57:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-29T14:25:31.000Z (over 10 years ago)
- Last Synced: 2025-03-10T07:41:22.383Z (3 months ago)
- Language: JavaScript
- Homepage: http://shipow.github.io/AlgoliaSearch-Ionic
- Size: 1.99 MB
- Stars: 25
- Watchers: 3
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build Realtime Search with Algolia + Ionic
If you are creating a mobile app you will most likely need a search feature to let your user navigate through your data. We will relay on Algolia's service to make it blazing fast. It's fun and simple.This demo use the Hacker News index with ~ 1,500,000 records.
DEMO: [http://shipow.github.io/AlgoliaSearch-Ionic](http://shipow.github.io/AlgoliaSearch-Ionic)
##Get Started
Install Cordova and Ionic
`$ npm install -g cordova ionic`Clone this repo
```$ git clone https://github.com/Shipow/AlgoliaSearch-Ionic.git```
Run it on your computer...
``$ ionic serve ``
...run it in your device or simulator
```
$ ionic platform add ios
$ ionic build ios
$ ionic emulate ios
```
More infos within the [Ionic Documentation](http://ionicframework.com/docs/)