/meetup_stream_reader

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

Primary LanguageGoMIT LicenseMIT

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 .