Swift 3 framework for accessing data in Event Registry (http://eventregistry.org/)
Log In
Get Event By Identifier
Get Recent Articles
PPEventRegistryAPI is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "PPEventRegistryAPI"
PPEventRegistryAPI is also available through Carthage. Add the following line to your Cartfile:
github "pantuspavel/PPEventRegistryAPI"
The following stuff needed: Xcode 8, Bundler, CocoaPods.
To open the project:
git clone git@github.com:pantuspavel/PPEventRegistryAPI.git
cd PPEventRegistryAPI
bundle
pod install
open PPEventRegistryAPI/PPEventRegistryAPI.xcworkspace
To open an example project:
git clone git@github.com:pantuspavel/PPEventRegistryAPI.git
cd PPEventRegistryAPI/Example
bundle
pod install
open Example/PPEventRegistryTest.xcworkspace
Pavel Pantus, @pantusp, pantusp@gmail.com
PPEventRegistryAPI is available under the MIT license. See the LICENSE file for more info.