aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2018-04-15Add license (GNU GPLv3+)Teddy Wing
2018-04-15build_rss(write_feed): Set time to a second before midnightTeddy Wing
2018-04-15Change import interface to `meetup::client::Client`Teddy Wing
2018-04-15Pass `latitude`, `longitude`, `end_date` to `build_rss::write_feed`Teddy Wing
2018-04-15Always print help message if `-h` or `--help` flags passedTeddy Wing
2018-04-15Add `latitude`, `longitude`, `end-date` command line argumentsTeddy Wing
2018-04-15meetup_rss: Use HTML formatting for descriptionTeddy Wing
2018-04-15meetup_rss(generate): Don't include newlines in description if emptyTeddy Wing
2018-04-15meetup_rss: Create `join_nonempty` functionTeddy Wing
2018-04-15meetup_rss(description_header): Improve string join sectionTeddy Wing
2018-04-15meetup_rss(generate): Include `description_header` in item descriptionTeddy Wing
2018-04-15meetup_rss(description_header): Delete dev commentsTeddy Wing
2018-04-15meetup_rss(description_header): Add header 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-15Update tests for `Event` `Option` fieldsTeddy Wing
2018-04-15build_rss(write_feed): Automatically handle date formattingTeddy Wing
2018-04-15generate(): Add a real title and description to the feed channelTeddy Wing
2018-04-15Use the correct time format for `end_date_range`Teddy Wing
2018-04-15Use 'error-chain' in `main()`Teddy Wing
2018-04-15Add 'error-chain' to the main libraryTeddy Wing
2018-04-14Pass `find_upcoming_events` parameters along through the programTeddy Wing
2018-04-13meetup_rss(write): Use the result from `Channel#write_to`Teddy Wing
2018-04-13meetup_rss(write): Remove `mut` from the `stdout` handleTeddy Wing
2018-04-13Output a feed to STDOUT when running the executableTeddy Wing
2018-04-13meetup_rss: Add a `write` function to write a channel to STDOUTTeddy Wing
2018-04-13meetup(generate): Improve test and take a reference argumentTeddy Wing
2018-04-13Add a function to build an RSS `Channel` object from a list of `Event`sTeddy Wing
2018-04-12Make `meetup-api-token` a required argument, print its valueTeddy Wing
2018-04-12Print Getopts errors with a newlineTeddy Wing
2018-04-12Parse command line arguments and add help outputTeddy Wing
2018-04-12Initial commit. Generated Rust v1.25.0 project.Teddy Wing