Skip to content
View anna-sunberg's full-sized avatar
🏄‍♀️
🏄‍♀️
Block or Report

Block or report anna-sunberg

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. corona-charts corona-charts Public

    Live charts to visualize corona situation in different countries

    TypeScript

  2. go-wordle go-wordle Public

    Endpoints related to Wordle game (hints, random word, guessing etc.)

    Go

  3. goodreads-listopia-crawler goodreads-listopia-crawler Public

    Simple search for book's lists that match a certain keyword. Useful for finding Popsugar lists for a given book.

    JavaScript

  4. health-charts health-charts Public

    Charts to visualize running and cycling totals per month/year, data pulled from Strava

    JavaScript

  5. trello-scripts trello-scripts Public

    Scripts for Trello automation

    JavaScript

  6. Aflred Reminders workflow Aflred Reminders workflow
    1
    function run(argv) {
    2
      const string = argv.join(' ');
    3
      
    4
      const INTERVAL_REGEX = /(\d+) ?([a-zA-Z]+)/;
    5