An open API service indexing awesome lists of open source software.

https://github.com/lukasz0104/github-widgets-deno

Collection of README banners made with Deno and Deno Deploy
https://github.com/lukasz0104/github-widgets-deno

deno deno-deploy duolingo hevy readme-badge readme-badges readme-banner widget

Last synced: about 1 month ago
JSON representation

Collection of README banners made with Deno and Deno Deploy

Awesome Lists containing this project

README

          

# github-widgets-deno

Collection of README widgets created with
[Deno](https://deno.com/)&[Pug](https://pugjs.org/) and made public with
[Deno Deploy](https://deno.com/deploy).

## Preview

### Powerlifting PRs 🏋️

[![My powerlifting PRs](https://github-widgets-deno.lukasz0104.deno.net/hevy?username=lukasz0104)](https://github-widgets-deno.lukasz0104.deno.net/hevy?username=lukasz0104)

### Duolingo stats

[![My Duolingo stats](https://github-widgets-deno.lukasz0104.deno.net/duolingo?id=452738409&includeCourses)](https://github-widgets-deno.lukasz0104.deno.net/duolingo?id=452738409&includeCourses)

## Running locally

### Requirements

- [Deno](https://deno.com/)
- `.env` file created based on the template: [`.env.template`](./.env.template)

```bash
deno run dev
```

**In order to use OpenTelemetry integration for Deno** fill `OTEL_*` variables
in `.env` and run:

```bash
dotenv run deno run dev
```

## Adding to your profile

### Powerlifting PRs

Replace `` with your username from
[Hevy](https://www.hevyapp.com/):

```md
[![My powerlifting PRs](https://github-widgets-deno.lukasz0104.deno.net/hevy?username=)](https://github.com/Lukasz0104/github-widgets-deno)
```

> [!NOTE]
> The PR for each exercise (bench press, deadlift, squat) is calculated from
> your last 50 public workouts by taking the set with highest weight (and most
> reps).

### Duolingo

Replace `` with your id from Duolingo:

```md
[![My Duolingo stats](https://github-widgets-deno.lukasz0104.deno.net/duolingo?id=)](https://github.com/Lukasz0104/github-widgets-deno)
```