Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 80d008c

Browse files
committed
2 parents cba3d88 + 22048cc commit 80d008c

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,19 @@
22

33
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](#carthage) [![CocoaPods compatible](https://img.shields.io/cocoapods/v/Feathers.svg)](#cocoapods) [![GitHub release](https://img.shields.io/github/release/startupthekid/feathers-ios.svg)](https://github.com/startupthekid/feathers-ios/releases) ![Swift 3.0.x](https://img.shields.io/badge/Swift-3.0.x-orange.svg) ![platforms](https://img.shields.io/badge/platform-iOS%20%7C%20macOS%20%7C%20tvOS-lightgrey.svg)
44

5+
![feathers](https://media.giphy.com/media/Fn8LZVVgTqXba/giphy.gif)
56

67
## What is Feathers?
78

8-
Feathers is a Swift 3 compliant SDK for interacting with a FeathersJS backend. Feathers makes it easy to integrate with any Feathers services on the backend, providing REST and SocketIO transport providers.
9+
Feathers is a Swift SDK for interacting with a [FeathersJS](https://feathersjs.com/) backend.
10+
Why should you use it?
11+
12+
* Swift 3 :thumbsup:
13+
* Network abstraction layer
14+
* Reactive extensions (ReactiveSwift and RxSwift)
15+
* Integrates seemlessly with any FeathersJS services
16+
17+
If you use FeathersJS (which you should), Feathers is the perfect choice for you. No more dealing with HTTP requests or socket clients. One simple interface to rule them all and in the darkness, unify them :ring:.
918

1019
## Installation
1120

@@ -147,6 +156,8 @@ There are reactive extensions for the following classes and methods:
147156

148157
Have an issue? Open an issue! Have an idea? Open a pull request!
149158

159+
If you like the library, please :star: it!
160+
150161
### Further Help
151162

152163
Feathers is extensively documented so please take a look at the source code if you have any questions about how something works.

0 commit comments

Comments
 (0)