Skip to content
View feddynventor's full-sized avatar
💡
Willing to help
💡
Willing to help

Highlights

  • Pro
Block or Report

Block or report feddynventor

Report abuse

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

Report abuse

Pinned Loading

  1. stateful-heaven stateful-heaven Public

    Fastify & TypeScript implementation of a RESTful API and a Stateful HTMX middleware plugin

    TypeScript

  2. eventim-crawler eventim-crawler Public

    Crawler for ticketone aka eventim. Currently works only for Italian market -- ticketone.it

    JavaScript 1

  3. kiosk-sse-playlist kiosk-sse-playlist Public

    WEB Player for Kiosks deployments, receiving playlist data via SSEs

    TypeScript

  4. espressif-IoTRelay espressif-IoTRelay Public

    Energy optimized software to manage ESP8266-12E chip with Relay output control, Non-Invasive Current measurement, NTP time gathering and MQTT interface.

    C++

  5. greenpass-pocket-v2 greenpass-pocket-v2 Public

    Validates and pocketify your Italian Green Pass Certificate

    JavaScript

  6. Riproduce l'ultimo Giornale Orario d... Riproduce l'ultimo Giornale Orario di RTL 102.5
    1
    #!/bin/bash
    2
    #Browse through past hours files
    3
    it=$(date +"%H")
    4
    #First iteration URL
    5
    httpcode=$(curl -I https://cloud.rtl.it/RTLFM/on-demand/giornale-orario/$(date +"%Y%m%d")/go_$it.mp3 2>/dev/null | head -n 1 | cut -d$' ' -f2)