Skip to content

lorenzobenvenuti/ifttt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ifttt

A golang library to trigger IFTTT events.

Usage:

import "ifttt"

// ...

iftttClient := ifttt.NewIftttClient(apiKey)
values := []string{"firstValue", "secondValue"}
iftttClient.Trigger(event, values)

About

A golang library to trigger IFTTT events

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages