Skip to content
View feliperodriguess's full-sized avatar
πŸ‘¨β€πŸ’»
πŸ‘¨β€πŸ’»
  • Coinbase
  • 22:30 (UTC -03:00)

Block or report feliperodriguess

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 Loading

  1. eth-block-explorer eth-block-explorer Public

    βš‘πŸ’² Query the latest blocks and transactions from ETH Blockchain

    TypeScript

  2. react-meme-maker react-meme-maker Public

    🀯

    JavaScript 1

  3. nestjs-auth nestjs-auth Public

    🐯 Easy peasy NestJS authentication boilerplate

    TypeScript 1

  4. translation-anki-bot translation-anki-bot Public

    πŸ€–βš‘οΈ Node.js robot built with Puppeteer to make the 3,000 most common English words Anki deck

    JavaScript 1

  5. simple-iot-js simple-iot-js Public

    πŸ€– simple React Native/Johnny Five IoT app

    JavaScript 1

  6. πŸ‘Ύ git alias πŸ‘Ύ git alias
    1
    [alias]
    2
        sync = remote add origin
    3
        ci = "!f() { git commit -m \"$*\"; }; f"
    4
        co = checkout
    5
        cm = checkout master