Age | Commit message (Expand) | Author |
---|---|---|
2018-04-15 | Add license (GNU GPLv3+) | Teddy Wing |
2018-04-15 | Change import interface to `meetup::client::Client` | Teddy Wing |
2018-04-15 | Add 'error-chain' to the main library | Teddy Wing |
2018-04-15 | meetup: Handle errors with 'error-chain' | Teddy Wing |
2018-04-14 | Pass `find_upcoming_events` parameters along through the program | Teddy Wing |
2018-04-14 | meetup(find_upcoming_events): Draft of request to Meetup API | Teddy Wing |
2018-04-13 | Add a function to build an RSS `Channel` object from a list of `Event`s | Teddy Wing |
2018-04-13 | meetup(parse_json): Return a Vec of Events | Teddy Wing |
2018-04-12 | meetup: Create `Event` struct | Teddy Wing |
2018-04-12 | Add a "meetup" library crate to communicate with the Meetup API | Teddy Wing |