MADCON 2017 Talk
Node
Use an installer for your OS or if you have Homebrew:
$ brew install node
MongoDB
Create a new folder for your project and open it:
$ mkdir test-project
$ cd test-project
You need to create and setup a new node project in this folder. Running npm init
will guide you through setting the project information. You can just use the defaults for now.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0x7B661a2696E073beEABEFbb1f4BC99E8404230D8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* This script will help you add emojis shortcuts to your Google Docs | |
* to be used as shortcuts. | |
*/ | |
/* Step 1: Open your Google Docs Preferences (Tools > Preferences) */ | |
/* Step 2: Open your Chrome Devtools ( View > Developer > Developer Tools )*/ | |
/* Step 3: Paste the following code in your Chrome Console */ |