An open API service indexing awesome lists of open source software.

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).

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/)