aboutsummaryrefslogtreecommitdiffstats
path: root/meetup/src/event.rs
AgeCommit message (Expand)Author
2018-04-15Add license (GNU GPLv3+)Teddy Wing
2018-04-15event.rs: Remove old commentTeddy Wing
2018-04-15meetup_rss: Add `description_header` to format date & venueTeddy Wing
2018-04-15Add `Venue` type and venue field to `Event`Teddy Wing
2018-04-15Event: Make `description`, `local_date`, `local_time` optionalTeddy Wing
2018-04-14Move `find_upcoming_events` and `parse_json` to `Client`Teddy Wing
2018-04-14meetup(find_upcoming_events): Draft of request to Meetup APITeddy Wing
2018-04-13meetup(find_upcoming_events): Make this function actually do somethingTeddy Wing
2018-04-13meetup(parse_json): Align test and test dataTeddy Wing
2018-04-13meetup(parse_json): Return a Vec of EventsTeddy Wing
2018-04-13Ideas for functions to extract `Event`s from JSONTeddy Wing
2018-04-12meetup: Create `Event` structTeddy Wing