index
:
meetup-find-events-rss
master
Generate an RSS feed from upcoming Meetup events
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-04-15
Use 'error-chain' in `main()`
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
meetup: Add 'error-chain' crate
Teddy Wing
2018-04-14
Add 'error-chain' crate
Teddy Wing
2018-04-14
find_upcoming_events(): Try to parse data from the Meetup API
Teddy Wing
2018-04-14
Pass `find_upcoming_events` parameters along through the program
Teddy Wing
2018-04-14
Move `find_upcoming_events` and `parse_json` to `Client`
Teddy Wing
2018-04-14
meetup: Add a `Client` struct
Teddy Wing
2018-04-14
meetup(find_upcoming_events): Draft of request to Meetup API
Teddy Wing
2018-04-13
meetup_rss(write): Use the result from `Channel#write_to`
Teddy Wing
2018-04-13
meetup_rss(write): Remove `mut` from the `stdout` handle
Teddy Wing
2018-04-13
meetup: Add 'reqwest' crate
Teddy Wing
2018-04-13
Output a feed to STDOUT when running the executable
Teddy Wing
2018-04-13
meetup(find_upcoming_events): Make this function actually do something
Teddy Wing
2018-04-13
meetup_rss: Add a `write` function to write a channel to STDOUT
Teddy Wing
2018-04-13
meetup(generate): Improve test and take a reference argument
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
Add 'rss' crate
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
meetup: Add 'serde' and 'serde_derive' crates
Teddy Wing
2018-04-13
meetup--find-upcoming_events.json: Escape double quotes
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
2018-04-12
meetup: Add 'serde_json' crate
Teddy Wing
2018-04-12
Add some test JSON from the Meetup API
Teddy Wing
2018-04-12
Make `meetup-api-token` a required argument, print its value
Teddy Wing
2018-04-12
Print Getopts errors with a newline
Teddy Wing
2018-04-12
Parse command line arguments and add help output
Teddy Wing
2018-04-12
Cargo.toml: Add 'getopts'
Teddy Wing
2018-04-12
Add a "meetup" library crate to communicate with the Meetup API
Teddy Wing
2018-04-12
Initial commit. Generated Rust v1.25.0 project.
Teddy Wing