You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-16Lines changed: 11 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,28 +2,18 @@
2
2
3
3
4
4
5
-
[Algolia Search](http://www.algolia.com) is a hosted full-text, numerical, and faceted search engine capable of delivering realtime results from the first keystroke.
6
-
Algolia's Search API makes it easy to deliver a great search experience in your websites and mobile applications by providing:
7
5
8
-
* REST and JSON based API
9
-
* Search against infinite attributes from a single search box
10
-
* Instant search as you type experience
11
-
* Relevance and popularity ranking
12
-
* Global language support
13
-
* Typo tolerance in any language
14
-
* Smart highlighting
15
-
* Facet as you type
16
-
* Geo awareness
17
-
* 99.99% SLA
18
-
* First class data security
6
+
[Algolia Search](http://www.algolia.com) is a hosted full-text, numerical, and faceted search engine capable of delivering realtime results from the first keystroke.
19
7
8
+
Our Swift client lets you easily use the [Algolia Search API](https://www.algolia.com/doc/rest_api) from your backend. It wraps the [Algolia Search REST API](http://www.algolia.com/doc/rest_api).
@@ -67,7 +57,7 @@ To setup your project, follow these steps:
67
57
68
58
69
59
70
-
1.[Download and add sources](https://github.com/algolia/algoliasearch-client-swift/archive/master.zip) to your project (you will also need to add [Alamofire](https://github.com/Alamofire/Alamofire) in your project) or use [Carthage](https://github.com/Carthage/Carthage) by adding `github "algolia/algoliasearch-client-swift"` in your Cartfile.
60
+
1.[Download and add sources](https://github.com/algolia/algoliasearch-client-swift/archive/master.zip) to your project or use [Carthage](https://github.com/Carthage/Carthage) by adding `github "algolia/algoliasearch-client-swift"` in your Cartfile or use cocoapods by adding `pod 'AlgoliaSearch-Client-Swift', '~> 1.1'` in your Podfile.
71
61
2. Add the `import AlgoliaSearch` call to your project
72
62
3. Initialize the client with your ApplicationID and API-Key. You can find all of them on [your Algolia account](http://www.algolia.com/users/edit).
0 commit comments