From a21f5ce919ff33f5f4f1ad33bbfa6ceac8438f6d Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Tue, 28 Jan 2014 13:25:23 -0500 Subject: [PATCH] Add a few emoji icons to README --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5795c03e52..67e364140b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Hackathon Starter [![Dependency Status](https://david-dm.org/sahat/hackathon-sta ================= A boilerplate for **Node.js** web applications. -**Live Demo**: http://hackathonstarter.herokuapp.com +**Live Demo**: http://hackathonstarter.herokuapp.com :octocat: If you have attended any hackathons in the past then you know how much time it takes to get a project started. Decide on an idea, pick a programming language, pick a web framework, @@ -57,7 +57,7 @@ Prerequisites - **Fedora**: `sudo yum groupinstall "Development Tools"` - **OpenSUSE**: `sudo zypper install --type pattern devel_basis` -:heavy_exclamation_mark: **Note**: If you are new to Node.js or Express framework, +:exclamation: **Note**: If you are new to Node.js or Express framework, I highly recommend watching [Node.js and Express 101](http://www.youtube.com/watch?v=BN0JlMZCtNU) screencast that teaches Node and Express from scratch. @@ -78,10 +78,10 @@ npm install node app.js ``` -> **Note**: I strongly recommend installing nodemon `sudo npm install -g nodemon`. -> It will monitor for any changes in your node.js -> application and automatically restart the server. Once installed, instead of `node app.js` use `nodemon app.js`. -> It is a big time saver in the long run. +>:exclamation: **Note**: I strongly recommend installing nodemon `sudo npm install -g nodemon`. +>It will monitor for any changes in your node.js +>application and automatically restart the server. Once installed, instead of `node app.js` use `nodemon app.js`. +>It is a big time saver in the long run. Next up, if you want to use any of the APIs or OAuth authentication methods, you will need to obtain appropriate credentials: Client ID, Client Secret, API Key, or Username & Password. You will