Skip to content
View arnav-kr's full-sized avatar
🐱
Working from home
🐱
Working from home

Organizations

@Tecscimat @Curious-Coders-Official @skippet @VibRatOrg @aovim
Block or Report

Block or report arnav-kr

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
arnav-kr/README.md

Pinned

  1. json-formatter json-formatter Public

    A Browser Extension to format JSON in the browser automatically. Available with 60+ Themes, Syntax Highlighting, automatically linkifies links and more.

    JavaScript 62 13

  2. DC-Tokens DC-Tokens Public

    Discord Like Tokens for Authentication for Everyone. Uses HMAC with SHA-256

    TypeScript 6 1

  3. miniTV miniTV Public

    A command line tool to download web series episodes from Amazon miniTV. A wrapper for youtube-dl

    TypeScript 4 1

  4. LudoBot LudoBot Public

    Play Ludo Right From Your Discord

    JavaScript 14 1

  5. soloalert soloalert Public

    A customizable lightweight Alert Library with Material UI and awesome features.

    JavaScript 22 5

  6. A Basic Service Worker Template with... A Basic Service Worker Template with Explanations
    1
    // TODO: Update the cacheName Everytime you want to update your cache
    2
    const cacheName = "v1.0.0";
    3
    const cacheKeepList = [cacheName] // Add Other names of cache that you don't want to delete
    4
    
                  
    5