Skip to content

circa10a/google-home-aws-news

Repository files navigation

google-home-aws-news

Build Status Go Report Card

A Google Assistant webhook integration to provide the latest AWS news.

Powered by go-aws-news

Usage

  • "OK Google, Talk to cloud computing news"

Note: News items are cached for 8 hours, then renewed with another request

Example View

Configuration

Name Description Environment Variable Command Line Argument Required Default
GIN MODE Runs web server in production or debug mode GIN_MODE NONE false release
PORT Port for web server to listen on PORT NONE false 8080

Metrics

Prometheus metrics for usage are available at /metrics

Development

Test

make

Build

make build

Run

make run

Compile Binary

make compile