Giter Site home page Giter Site logo

gh-resume-aws-lambda's Introduction

GitHub Resume Skill Lambda

Small AWS lambda written in rust for generating resume skill 'tags' from the languages used in your github repositories.

TBD: Generate an image for the new github readmes.

Usage

  1. Generate a personal github access token in the Settings View.
  2. Create a .env file in the project root with content GITHUB_API_TOKEN=[token]
  3. Install cargo-lambda: pip[3] install cargo-lambda
  4. Run make all to compile the project for aws lambda.
  5. Upload the resulting zip file target/lambda-rust.zip to your lambda.

Example Response

An example JSON response looks like this:

{
  "skills": [
    {
      "name": "Assembly",
      "code_size": 87854,
      "color": "#6E4C13"
    },
    {
      "name": "Java",
      "code_size": 5946,
      "color": "#b07219"
    },
    {
      "name": "Makefile",
      "code_size": 29767,
      "color": "#427819"
    },
    {
      "name": "Dockerfile",
      "code_size": 716,
      "color": "#384d54"
    },
    {
      "name": "C++",
      "code_size": 7787412,
      "color": "#f34b7d"
    },
    {
      "name": "HTML",
      "code_size": 3312245,
      "color": "#e34c26"
    },
    {
      "name": "CMake",
      "code_size": 32868,
      "color": "#000"
    },
    {
      "name": "Emacs Lisp",
      "code_size": 372,
      "color": "#c065db"
    },
    {
      "name": "Rust",
      "code_size": 17163,
      "color": "#dea584"
    },
    {
      "name": "JavaScript",
      "code_size": 12741,
      "color": "#f1e05a"
    },
    {
      "name": "Go",
      "code_size": 27237,
      "color": "#00ADD8"
    }
  ]
}

Links & References

gh-resume-aws-lambda's People

Contributors

maxi-k avatar

Stargazers

Andreas Zimmerer avatar

Watchers

James Cloos avatar  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.