Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/robbdimitrov/pixelgram-ios

iOS client for Pixelgram https://github.com/robbdimitrov/pixelgram
https://github.com/robbdimitrov/pixelgram-ios

reactivex rxswift swift

Last synced: 2 days ago
JSON representation

iOS client for Pixelgram https://github.com/robbdimitrov/pixelgram

Awesome Lists containing this project

README

        

# PixelGram iOS Client

iOS client for the [PixelGram API](https://github.com/robbdimitrov/pixelgram-api).

## Setup

1. Clone and run the [API](https://github.com/robbdimitrov/pixelgram-api).
2. Clone the project and open in Xcode

```
$ git clone [email protected]:robbdimitrov/pixelgram-ios.git
$ cd pixelgram-ios
```

3. Install the [`CocoaPods`](https://cocoapods.org/) dependencies

```
$ pod install
```

4. Change the `baseURL` inside `APIClient` to point to your server.
5. Run the iOS client on a device or a simulator

## Screenshots

Screenshots are available in the [`Screenshots`](Screenshots) directory.

## Contact

[Robert Dimitrov](http://robbdimitrov.com)
[@robbdimitrov](https://twitter.com/robbdimitrov)

## License

Copyright (c) 2017 Robert Dimitrov. Code released under the [MIT license](LICENSE).