Skip to content
View KelvinCampelo's full-sized avatar
  • PETE
  • Portugal
Block or Report

Block or report KelvinCampelo

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. A Mongoose Schema/Model example usin... A Mongoose Schema/Model example using ES6
    1
    import mongoose, { Schema } from 'mongoose';
    2
    
                  
    3
    const peopleSchema = new Schema(
    4
      {
    5
        firstName: {
  2. jwt route protection example node jwt route protection example node
    1
    import { Router } from 'express'
    2
    import { create } from './controller'
    3
    import jwt from 'jsonwebtoken'
    4
    
                  
    5
    const router = new Router()
  3. zero-decimal-currencies zero-decimal-currencies Public

    Zero-decimal currencies parse, useful for Stripe

    TypeScript 5 1

  4. add-to-calendar-buttons add-to-calendar-buttons Public

    Forked from commonpike/add-to-calendar-buttons

    Easily add a "add to calendar" button to your websites. This JavaScript library supports Google Calendar, Office 365, iCal, Outlook and Yahoo Calendar.

    JavaScript 5 2

  5. open-aiudio-client open-aiudio-client Public

    This Next.js application provides a user interface for interacting with OpenAI's audio APIs, including text-to-speech and speech-to-text. Features include history tracking, audio playback, and down…

    TypeScript