amscotti / meetup_stream_reader

Go code that reads the event stream from Meetup's API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

meetup_stream_reader

Simple app to parse the Meetup streaming API and print the event to the console

Run

go run main.go

Build and Run

go build then ./meetup_stream_reader

Docker

Build

docker build -t meetup_stream_reader .

About

Go code that reads the event stream from Meetup's API

License:MIT License


Languages

Language:Go 86.8%Language:Dockerfile 13.2%