Popularity
0.8
Stable
Activity
0.0
Stable
8
4
4

Code Quality Rank: L5
Programming language: Swift
License: MIT License
Tags: Unofficial     SDK    
Latest version: v0.0.3

PPEventRegistryAPI alternatives and similar libraries

Based on the "Unofficial" category.
Alternatively, view PPEventRegistryAPI alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of PPEventRegistryAPI or a related project?

Add another 'Unofficial' Library

README

PPEventRegistryAPI

Swift 3 framework for accessing data in Event Registry (http://eventregistry.org/)

CI Status codecov.io Code Climate Version License Platform Swift Version Carthage compatible Swift Package Manager compatible

Supported API calls

  • Log In
  • Get Event By Identifier
  • Get Recent Articles

Known Issues

Installation

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"

Developer Setup

The following stuff needed: Xcode 8, Bundler, CocoaPods.

To open the project:

git clone [email protected]:pantuspavel/PPEventRegistryAPI.git
cd PPEventRegistryAPI
bundle
pod install
open PPEventRegistryAPI/PPEventRegistryAPI.xcworkspace

To open an example project:

git clone [email protected]:pantuspavel/PPEventRegistryAPI.git
cd PPEventRegistryAPI/Example
bundle
pod install
open Example/PPEventRegistryTest.xcworkspace

Code Style

Author

Pavel Pantus, @pantusp, [email protected]

License

PPEventRegistryAPI is available under the MIT license. See the LICENSE file for more info.

Links


*Note that all licence references and agreements mentioned in the PPEventRegistryAPI README section above are relevant to that project's source code only.