This application is for looking up lifters that are currently registered for meets on liftingcast.com . It also shows lifters that have competed at recent meets.
Here are some use cases for this app:
- Looking to see if a lifter is registered for an upcoming meet on LiftingCast
- Searching for a lifters may have recently competed at a meet that used LiftingCast
- Searching for an upcoming competition
- Searching for a recent competition
This is a Vue.js application to display the lifters who are currently registered for meets on LiftingCast. It used Vuetify to make it look pretty.
This serves as an API for fetching lifters. It is meant to be deployed as an AWS Lambda function.
Data for the application can be refreshed using this code. This code will use a Selenium web scraper to gather data from liftingcast.com and write it to a DynamoDB table.
This code is meant to be deployed using a containerized AWS Lambda Function.