Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

apiraino/rust-meetup-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rust-meetup-client

A minimal client interfacing to the Meetup.com REST APIs

This is a toy/learning project for the Rust FVG Meetup group.

Run with:

$ MEMBER_ID=<a_member_id> API_KEY=<your_api_key> cargo run

Server

You can fire up a Web application running: $ cargo run -- -s

then visit localhost:8080 on your browser to use the application. You can retrieve the same information you were getting from the command line application appending the following query string to the URL: ?api_key=<your_api_key>&member_id=<a_member_id>

Beware that the code is still very unstable, the application will crash if you pass wrong values.

About

A minimal client interfacing to the Meetup.com REST APIs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages