Giter Site home page Giter Site logo

credly-import-action's Introduction

credly-import-action v1

This action will download a given users certificates and badges from Credly and stores them within the current repository as (a) JSON file and (b) badges as image raw image file.

Usage

See action.yaml, but basically:

- uses: michaelcontento/credly-import-action@v1
  with:
    # The user of whom we want to grab the infos
    name: michael-contento

By default this action will store the following files:

  • JSON file containting informations about all available certifications
    • CredlyBadges.json
  • A folder full of images
    • CredlyBadges/*

Custom paths

If you want to change the path where the JSON file and/or the images are stored, use datafile and/or imagedir - like:

- uses: michaelcontento/credly-import-action@v1
  with:
    name: michael-contento
    datafile: data/CustomFile.json
    # Final path:  ./data/CustomFile.json
    imagedir: ima/ges
    # Final path:  ./ima/ges/*

Skipping image downloading

If you don't want to store the badge images locally, just the skip_image_downloading option like so:

- uses: michaelcontento/credly-import-action@v1
  with:
    name: michael-contento
    skip_image_downloading: 1
    # Only the ./CredlyBadges.json file will be created

License

MIT licensed, see LICENSE.md for full details.

credly-import-action's People

Contributors

michaelcontento avatar dependabot[bot] avatar jessehouwing 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.