Skip to content
View feliperodriguess's full-sized avatar
👨‍💻
👨‍💻
  • Florianópolis, Brazil
  • 04:57 (UTC -03:00)
Block or Report

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.

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 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

    🤯 the funniest meme maker that you ever have known built with React

    JavaScript 1

  3. nestjs-auth nestjs-auth Public

    🐯 Easy peasy NestJS authentication boilerplate

    TypeScript

  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