Age | Commit message (Expand) | Author |
---|---|---|
2018-04-15 | Add license (GNU GPLv3+) | Teddy Wing |
2018-04-15 | event.rs: Remove old comment | Teddy Wing |
2018-04-15 | meetup_rss: Add `description_header` to format date & venue | Teddy Wing |
2018-04-15 | Add `Venue` type and venue field to `Event` | Teddy Wing |
2018-04-15 | Event: Make `description`, `local_date`, `local_time` optional | Teddy Wing |
2018-04-14 | Move `find_upcoming_events` and `parse_json` to `Client` | Teddy Wing |
2018-04-14 | meetup(find_upcoming_events): Draft of request to Meetup API | Teddy Wing |
2018-04-13 | meetup(find_upcoming_events): Make this function actually do something | Teddy Wing |
2018-04-13 | meetup(parse_json): Align test and test data | Teddy Wing |
2018-04-13 | meetup(parse_json): Return a Vec of Events | Teddy Wing |
2018-04-13 | Ideas for functions to extract `Event`s from JSON | Teddy Wing |
2018-04-12 | meetup: Create `Event` struct | Teddy Wing |