Skip to content
View hpieroni's full-sized avatar
🏠
Working from home
🏠
Working from home

Organizations

@Graion

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
hpieroni/README.md

Hi there 👋

Pinned Loading

  1. brewerydb-challenge brewerydb-challenge Public

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

    TypeScript

  2. express-api-seed express-api-seed Public template

    🌱 Express REST API project

    JavaScript

  3. pixi-playground pixi-playground Public

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

    TypeScript

  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