aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-04-15Use 'error-chain' in `main()`Teddy Wing
2018-04-15Add 'error-chain' to the main libraryTeddy Wing
2018-04-15meetup: Handle errors with 'error-chain'Teddy Wing
2018-04-14meetup: Add 'error-chain' crateTeddy Wing
2018-04-14Add 'error-chain' crateTeddy Wing
2018-04-14find_upcoming_events(): Try to parse data from the Meetup APITeddy Wing
2018-04-14Pass `find_upcoming_events` parameters along through the programTeddy Wing
2018-04-14Move `find_upcoming_events` and `parse_json` to `Client`Teddy Wing
2018-04-14meetup: Add a `Client` structTeddy Wing
2018-04-14meetup(find_upcoming_events): Draft of request to Meetup APITeddy 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-13meetup: Add 'reqwest' crateTeddy Wing
2018-04-13Output a feed to STDOUT when running the executableTeddy Wing
2018-04-13meetup(find_upcoming_events): Make this function actually do somethingTeddy 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-13Add 'rss' crateTeddy 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-13meetup: Add 'serde' and 'serde_derive' cratesTeddy Wing
2018-04-13meetup--find-upcoming_events.json: Escape double quotesTeddy Wing
2018-04-13Ideas for functions to extract `Event`s from JSONTeddy Wing
2018-04-12meetup: Create `Event` structTeddy Wing
2018-04-12meetup: Add 'serde_json' crateTeddy Wing
2018-04-12Add some test JSON from the Meetup APITeddy 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-12Cargo.toml: Add 'getopts'Teddy Wing
2018-04-12Add a "meetup" library crate to communicate with the Meetup APITeddy Wing
2018-04-12Initial commit. Generated Rust v1.25.0 project.Teddy Wing