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

Latest commit

 

History

History
29 lines (22 loc) · 759 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 759 Bytes

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=