Git Product home page Git Product logo

pwrlift's Introduction

PwrLift

PwrLift is a set of Azure Web Functions. We start with an HTTP Trigger called pwrlift. This endpoint accepts the following JSON in a post request:

[{
    "lift_name": "Deadlift",
    "weight": 1,
    "reps": 1,
    "sets": 1
},{
    "lift_name": "Squat",
    "weight": 1,
    "reps": 1,
    "sets": 1
},{
    "lift_name": "Bench Press",
    "weight": 1,
    "reps": 1,
    "sets": 1
}]

This does not have to be an array of objects, it can also be just an object. After checking for Personal Records/PR's, the function combines the results and does both or one of the following A) Updates a 1RM table B) Creates a new record for the lift in a separate table

After all objects are processed, the function sends a message to Azure Service Bus in a queue. The second function is a Discord Service Bus Queue Trigger, that listens to a queue. When a message is sent to the queue, the function sends a post request to a discord webhook that updates my friends on my progress and any new PR's achieved that day.

The only required ENV vars that need to be set are

connectionString={ServiceBusConnectionString}
queueName={ServiceBusQueueName}
discordWebhookUrl={webhooks/digits}

pwrlift's People

Contributors

hanleyjames avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.