Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

Stars

7 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages