Skip to content
View jonchretien's full-sized avatar
📷
📷

Organizations

@skatestats
Block or Report

Block or report jonchretien

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. setup setup Public

    A running list of software and preferences for my dev machine.

    1

  2. continuous-carousel continuous-carousel Public

    A timed continuous carousel that uses vanilla JavaScript & CSS animations.

    JavaScript 21 1

  3. dotfiles dotfiles Public

    Homebase for my dev settings.

    Vim Script 1

  4. Retrieve a unique list of my top alb... Retrieve a unique list of my top albums on Spotify
    1
    #!/usr/bin/env node
    2
    
                  
    3
    // module dependencies
    4
    const fs = require('fs');
    5
    const axios = require('axios');
  5. dev-lists dev-lists Public

    A list of resources I used to keep up to date on the web industry.

    2

  6. theholgaproject theholgaproject Public

    Drag & drop an image into your browser and apply a Holga-like filter.

    JavaScript