Skip to content
This repository has been archived by the owner on Mar 31, 2020. It is now read-only.

multiplio/cast-publish

Repository files navigation

publish

Build Status Go Report Card

routes

method route success failure comment
GET /ready 200 'ok' - kubernetes ready probe
GET /twitter/<user>/<post> 200 400 <error> submit a post for publish to twitter

environment

PROGRAM_ALIAS=publish
ADDRESS=:3000

POST_URL=

TWITTER_CONSUMER_KEY=
TWITTER_CONSUMER_SECRET=

DATABASE_NAME=
DATABASE_PROTOCOL=
DATABASE_ADDRESS=
DATABASE_OPTIONS=
DATABASE_USER=
DATABASE_PASSWORD=