Skip to content
View jlcarmic's full-sized avatar
  • Zest AI
  • San Diego, CA
  • 08:53 (UTC -07:00)
Block or Report

Block or report jlcarmic

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. producthunt-alexa-skill producthunt-alexa-skill Public

    The Product Hunt Alexa Skill

    JavaScript

  2. wisdom-of-west wisdom-of-west Public

    An Alexa Skill for getting Kanye West quotes

    JavaScript 1 1

  3. node-stattleship node-stattleship Public

    A NodeJS wrapper for the Stattleship sports analytics API

    JavaScript 10 12

  4. react-checker-challenge react-checker-challenge Public

    A coding challenge in React and Electron.

    JavaScript

  5. keybase.md keybase.md
    1
    ### Keybase proof
    2
    
                  
    3
    I hereby claim:
    4
    
                  
    5
      * I am jlcarmic on github.
  6. .zshrc .zshrc
    1
    ### Setup Oh My Zsh
    2
    export ZSH="$HOME/.oh-my-zsh"
    3
    ZSH_THEME="robbyrussell"
    4
    plugins=(git)
    5
    source $ZSH/oh-my-zsh.sh