Skip to content

zero-hack-org/svg-parser

Repository files navigation

Static Badge
GitHub code size in bytes GitHub repo size
License
codecov
Twitter Follow

svg-parser

Ballerina Lang SVG Parser

Usage

  1. Generate Config.toml

    cp BaseConfig.toml Config.toml
  2. Custom Config.toml /.env is also possible)

    Argument name Description
    svg_parser.port Custom port
    zerohack.github.githubUsername Your github username
    zerohack.github.githubPersonalAccessToken Your github personal access token
  3. Start up application

    bal run
  4. Demo Request

    curl -i http://localhost:8080/contributions
  5. Result Demo
    スクリーンショット 0005-09-07 0 56 27

Useful links

License

This project is licensed under the Apache-2.0 License, see the LICENSE file for details