girlandhercode / node-cheat

:star: Awesome Node Cheats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-cheat | code faster

✪ Find awesome up-to-date node.js code snippets at one place. (Do you have node.js snippet solving case? share here)

###:cloud: AWS

###:speech_balloon: Chat
  • Socket.io one to one chat app
  • <li>
        <a href='https://github.com/zishon89us/node-cheat/blob/master/chat/simple_chat/index.js#L1' target='_blank'>
            Socket.io simple chat server only
        </a>
    </li>
    
###Express ### 📄 Files ###GridFS ###PDF ### ❤️ Random But Really Useful
  • Reads publicly published google doc spreadsheet and returns twitter usernames/handles as json
  • Find gender using first_name and last_name
  • 👫 Find gender using first_name
  • 💱 Find exchange rates i.e. USD to GBP etc...
  • <li> :bird: 
        <a href='https://github.com/zishon89us/node-cheat/blob/master/random/small_tasks/search_tweets.js#L6' target='_blank'>
            Search tweets
        </a>
    </li>
    <li>
        <a href='https://github.com/zishon89us/node-cheat/tree/master/random/small_tasks/express_server' target='_blank'>
            Simple express server
        </a>
    </li>
    
    <li>
        <a href='https://github.com/zishon89us/node-cheat/tree/master/random/small_tasks/xero_api' target='_blank'>
             Xero Payruns 
        </a>
    </li>
    <li>
        <a href='https://github.com/zishon89us/node-cheat/tree/master/random/small_tasks/twitter-facebook-auth-data' target='_blank'>
            Using passport to authenticate twitter and facebook, trying to retrieve following data for both: id, first_name, last_name, age, age_range, gender, location
        </a>
    </li>
    <li>
        <a href='https://github.com/zishon89us/node-cheat/blob/master/random/tiny_useful_modules/hmac_signature.js#L5' target='_blank'>
            Generate hmac signature 
        </a>
    </li>
    <li>
        <a href='https://github.com/zishon89us/node-cheat/blob/master/random/tiny_useful_modules/builtin-modules.js#L3' target='_blank'>
            List node.js core modules
        </a>
    </li>
    <li>
        <a href='https://github.com/zishon89us/node-cheat/blob/master/random/tiny_useful_modules/google_spreadsheets.js#L6'  target='_blank'>
            Read google_spreadsheet and parse it 
        </a>
    </li>
    <li>
        <a href='https://github.com/zishon89us/node-cheat/blob/master/random/tiny_useful_modules/long_url.js#L7'  target='_blank'>
            Get long url of shortend 
        </a>
    </li>
    <li>
        <a href='https://github.com/zishon89us/node-cheat/blob/master/random/tiny_useful_modules/screenshot.js#L3'  target='_blank'>
            Capture screenshots of websites
        </a>
    </li>
    <li>
        <a href='https://github.com/zishon89us/node-cheat/blob/master/random/tiny_useful_modules/image_size_probability.js#L3'  target='_blank'>
            Get image size without full download
        </a>
    </li>
    <li>
        <a href='https://github.com/zishon89us/node-cheat/blob/master/random/tiny_useful_modules/language_detection.js#L2'  target='_blank'>
            Identify language of text
        </a>
    </li>
    
###String

About

:star: Awesome Node Cheats


Languages

Language:JavaScript 94.2%Language:HTML 4.6%Language:CSS 1.2%Language:Batchfile 0.0%