Skip to content
View nyx-code's full-sized avatar
👨‍💻
Working from home
👨‍💻
Working from home

Organizations

@fossasia @dscvitpune

Block or report nyx-code

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. flutter-magazine flutter-magazine Public

    Dart

  2. flutter-onboarding flutter-onboarding Public

    Dart 1

  3. node-razorpay-payment node-razorpay-payment Public

    In this Nodejs Application you can find API through which you can make payments with your Cards/UPI. Razorpay SDK is used to make payments.

    JavaScript

  4. node-nearest-location node-nearest-location Public

    JavaScript 1

  5. This NodeJS API which will upload fi... This NodeJS API which will upload files onto the AWS S3 Bucket. Video -> https://youtu.be/TtuCCfren_I
    1
    require('dotenv/config')
    2
    
                  
    3
    const express = require('express')
    4
    const multer = require('multer')
    5
    const AWS = require('aws-sdk')
  6. This is the code for creating simple... This is the code for creating simple phone authentication REST API using Twilio service.
    1
    require('dotenv/config')
    2
    
                  
    3
    const express = require('express')
    4
    const app = express()
    5
    const port = 3000