Skip to content

Commit

Permalink
ref #32 Update README.md to show Setup procedures and Credits
Browse files Browse the repository at this point in the history
  • Loading branch information
jamztang committed Jan 28, 2015
1 parent 07a526a commit cbdfa5f
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 4 deletions.
46 changes: 42 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
# Requires:
# DesignerNewsApp

- Alamofire
- SwiftyJSON
- Spring folder
![](Screenshots/designer-news-app.jpg)

Simple iOS client for [Designer News](), by the creator of [Design+Code]() and the team.

## Usage

1) Download the repository

```
$ git clone https://github.com/MengTo/DesignerNewsApp.git
$ cd DesignerNewsApp
```

2) Initialize submodule dependancies

```
$ git submodule update --init --recursive
```

3) Open the project in Xcode

```
$ open DesignerNewsApp.xcodeproj
```

4) Compile and run the app in your simulator

![](Screenshots/designer-news-compile-and-run.jpg)


# Credits

- [Alamofire]() for network request
- [DTCoreText]() for fast and efficient HTML content display
- [Spring]() for code-less animation

[Alamofire]:https://github.com/Alamofire/Alamofire
[DTCoreText]:https://github.com/Cocoanetics/DTCoreText
[Design+Code]:http://designcode.io
[Designer News]:https://news.layervault.com
[Spring]:https://github.com/MengTo/Spring
Binary file added Screenshots/designer-news-app.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Screenshots/designer-news-compile-and-run.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cbdfa5f

Please sign in to comment.