Skip to content
View JasonLMoffit's full-sized avatar

Block or report JasonLMoffit

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 Loading

  1. node-api-proxy-server node-api-proxy-server Public

    Forked from bradtraversy/node-api-proxy-server

    Proxy server to hide public API keys with rate limiting, caching

    JavaScript 1

  2. Complete Node.js CheatSheet --> UPDA... Complete Node.js CheatSheet --> UPDATED VERSION --> https://github.com/LeCoupa/awesome-cheatsheets
    1
    /* *******************************************************************************************
    2
     * THE UPDATED VERSION IS AVAILABLE AT
    3
     * https://github.com/LeCoupa/awesome-cheatsheets
    4
     * ******************************************************************************************* */
    5
    
                  
  3. Node app deploy with nginx & SSL Node app deploy with nginx & SSL
    1
    # Node.js Deployment
    2
    
                  
    3
    > Steps to deploy a Node.js app to DigitalOcean using PM2, NGINX as a reverse proxy and an SSL from LetsEncrypt
    4
    5
    ## 1. Sign up for Digital Ocean