Skip to content
View pkrisko's full-sized avatar
  • HODINKEE
  • Chattanooga, TN
  • 11:01 (UTC -04:00)

Highlights

  • Pro

Organizations

@hodinkee
Block or Report

Block or report pkrisko

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

  1. personal-site personal-site Public

    Personal portfolio site

    JavaScript

  2. Proxy all /api traffic from your nex... Proxy all /api traffic from your next.js backend to whatever you want.
    1
    import { createProxyMiddleware } from 'http-proxy-middleware';
    2
    
                  
    3
    export default createProxyMiddleware({
    4
      target: process.env.FIREBASE_API_DOMAIN,
    5
      changeOrigin: true,
  3. flappy-bird flappy-bird Public

    Flappy bird AI teaches itself to play.

    JavaScript

  4. key-capture key-capture Public

    Piano keyboard learning tool for elementary school music classrooms

    JavaScript

  5. spotify-analytics spotify-analytics Public

    Track popularity scores for songs and artists, providing actionable metrics for creators

    TypeScript 1

  6. get-artist-popularity get-artist-popularity Public

    Integrate with Spotify's API to allow users to more easiily view their spotify popularity score.

    JavaScript