Skip to content
View quinnfinite's full-sized avatar

Block or report quinnfinite

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. Team-Sokka/local-map Team-Sokka/local-map Public

    JavaScript 1 1

  2. FEC - Example Requests FEC - Example Requests
    1
    //GET request to find information for a particular house
    2
    app.get('/house/:id', (req, res) =>{
    3
      House.find({houseId: req.params.id}).then((data) => res.send(data)).catch(err => res.send(err))
    4
    })
    5
    
                  
  3. hangman hangman Public

    Browser based hangman game

    JavaScript 2

  4. Team-Sokka/proxy-local-map Team-Sokka/proxy-local-map Public

    JavaScript 1

  5. Team-suki/Quinn-Video-Overview Team-suki/Quinn-Video-Overview Public

    JavaScript 1 1

  6. Team-suki/Quinn-Proxy Team-suki/Quinn-Proxy Public

    JavaScript 1