/Buzz-Movie-Selector

Project for CS 2340 - Objects and Design at Georgia Tech (Spring 2016) 🐝

Primary LanguageSwift

Buzz Movie Selector

(Very) Partial iOS implementation of Buzz Movie Selector, a movie search and rating app for Georgia Tech’s CS 2340 class (Objects and Design).

#HTTP Requests HTTP requests are handled using the Alamofire library.

#JSON Parsing To parse the information obtained from the requests, I used the SwiftyJSON library.

#Movie Information All the results shown in this app are obtained using the Rotten Tomatoes movie search API.