Skip to content
View ngudbhav's full-sized avatar
🏆
Smart India Hackathon 2019 - Winner
🏆
Smart India Hackathon 2019 - Winner

Highlights

  • Pro
Block or Report

Block or report ngudbhav

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
ngudbhav/README.md

👋 Hi there! I'm Udbhav | https://ngudbhav.com

  • 🔭 Currently working as Software Engineer @ InterviewBit
  • 💬 Developer by profession, Tech-Consultant by Reputation
  • ⚡ Connect to Know More!


Title Downloads Checkout
excel-to-mysql visitors NPM
excel-to-mongodb visitors NPM
LazyType Downloads Github
Trico Downloads Github

NGUdbhav's github stats


visitors

Pinned

  1. lazyType lazyType Public

    A Software to create aliases for commands, applications to type in cmd, terminal.

    JavaScript 32 3

  2. TriCo-electron-app TriCo-electron-app Public

    This app converts a correctly formatted excel spreadsheet to mysql/mongodb data.

    JavaScript 74 4

  3. Webkiosk-Wrapper Webkiosk-Wrapper Public

    A Desktop client for webkiosk with autologin support.

    NSIS 7 2

  4. excel-to-mongoDB excel-to-mongoDB Public

    This module converts your correctly formatted Excel spreadsheet to a collection in the specified database in MongoDB.

    JavaScript 8

  5. excel-to-mysql excel-to-mysql Public

    This NPM module puts all data from an Excel Spreadsheet to a table in MYSQL.

    JavaScript 7 4

  6. Electron app version check Electron app version check
    1
    request('https://api.github.com/repos/ngudbhav/TriCo-electron-app/releases/latest', {headers: {'User-Agent':'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:59.0) Gecko/20100101 '}}, function(error, html, body){
    2
    		if(!error){
    3
    			var v = app.getVersion().replace(' ', '');
    4
    			var latestV = JSON.parse(body).tag_name.replace('v', '');
    5
    			var changeLog = JSON.parse(body).body.replace('<strong>Changelog</strong>', 'Update available. Here are the changes:\n');