Skip to content

imryan/popcornnotify-swift

Repository files navigation

🍿 PopcornNotify

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

  • Has no dependencies!

Installation

PopcornNotify is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'PopcornNotify'

Usage

// Setup PopcornNotify with API key
let popcorn = PopcornNotify(withAPIKey: "api:key")

// Notify!
popcorn.notify(recipients: "theboys@github.com", "2125551234",
           message: "Hello, world!", subject: "Hello") { (error) in

    if let error = error {
        print("Error:", error.localizedDescription)
    }
}

Author

Ryan Cohen, notryancohen@gmail.com

License

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

About

🍿 Send simple emails and text messages from PopcornNotify.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published