Skip to content
View hpieroni's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home

Organizations

@Graion
Block or Report

Block or report hpieroni

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

Hi there ๐Ÿ‘‹

Pinned

  1. pixi-playground pixi-playground Public

    Exploration of some PIXI.js features and the interaction with a React app

    TypeScript

  2. brewerydb-challenge brewerydb-challenge Public

    REST API with a single `/breweries` endpoint that returns a list of breweries in the United States

    TypeScript

  3. express-api-seed express-api-seed Public template

    ๐ŸŒฑ Express REST API project

    JavaScript

  4. cision/rover-ui cision/rover-ui Public

    React UI components for Cision apps

    TypeScript 14 12

  5. Fetch wrapper for json APIs Fetch wrapper for json APIs
    1
    import { authService } from "../services";
    2
    import { fetchJSON } from "./fetch-json";
    3
    
                  
    4
    const BASE_URL = 'https://example.com';
    5