4 releases
0.2.0 | Aug 7, 2023 |
---|---|
0.1.2 | Apr 10, 2023 |
0.1.1 | Apr 10, 2023 |
0.1.0 | Apr 9, 2023 |
4MB
109 lines
When2Meet CLI
Rapidly generate When2Meet forms without ever leaving your dev environment. Built with Inquire + Rust <3
Installation
Install using Cargo:
cargo install When2Meet-CLI
Usage
To generate a When2Meet:
w2m
Answer the prompts for:
- Title
- Start Time
- End Time
- Time Zone (optional)
- Start Date
- End Date
Trivia
- When2Meet doesn't have a public API, but it was extremely easy to reverse engineer.
- The API actually has no bound for the date range, so it's possible to create a year-long When2Meet. This isn't possible from the website, which restricts the range to one month. For this reason, the CLI allows for any date range.
- The entire When2Meet front-end is server-side rendered. The GET and POST requests respond with HTML files.
Dependencies
~16–32MB
~461K SLoC