Skip to content

matthijs2704/vapor-gcm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VaporGCM

VaporGCM

Work in process

Swift Vapor Crates.io

VaporGCM is a simple, yet elegant, Swift library that allows you to send GCM Push Notifications in Linux & macOS.

🔧 Installation

A quick guide, step by step, about how to use this library.

1- Install libcurl with http/2 support

In macOS using brew you can easily do with:

brew reinstall curl --with-openssl --with-nghttp2
brew link curl --force

2- Add VaporGCM to your project

Add the following dependency to your Package.swift file:

.Package(url:"https://github.com/matthijs2704/vapor-gcm.git", majorVersion: 0, minor: 1)

And then run vapor fetch command, if you have the Vapor toolbox installed.

🚀 Usage

It's really easy to get started with the VaporAPNS library! First you need to import the library, by adding this to the top of your Swift file:

import VaporGCM

unfinished

⭐ Contributing

Be welcome to contribute to this project! :)

❓ Questions

You can join the Vapor slack. Or you can create an issue on GitHub.

⭐ License

This project was released under the MIT license.

About

Simple GCM Library for Vapor (Swift)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages