https://github.com/udbhav227/event_manager
Ruby driven event manager
https://github.com/udbhav227/event_manager
api backend event-management mini-project ruby
Last synced: 5 months ago
JSON representation
Ruby driven event manager
- Host: GitHub
- URL: https://github.com/udbhav227/event_manager
- Owner: Udbhav227
- Created: 2024-08-15T16:36:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-16T12:43:39.000Z (almost 2 years ago)
- Last Synced: 2025-03-16T03:29:39.432Z (over 1 year ago)
- Topics: api, backend, event-management, mini-project, ruby
- Language: HTML
- Homepage:
- Size: 187 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Project Scenario
Imagine that your friend is organizing a political activism event and needs to know the government representatives of the attendees based on their zip codes. This project processes the list of attendees, identifies their representatives, and provides this information to help the organization engage attendees effectively.
## Features
- **Zip Code Processing**: Automatically retrieves government representatives for a given zip code by Google's Civic Information API.
- **CSV Data Handling**: Processes attendee information from a CSV file, ensuring accurate data parsing and output.
- **Customization**: Can be adapted for different types of events or datasets.