- npm install turret-minion
- visit https://gitter.im/LXJS/training-nodebots
- visit https://developer.gitter.im
- click signin
- copy your personal access token
- TOKEN=yourtoken ROOM=LXJS/training-nodebots node app.js
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
function whatever() { | |
console.log(“a very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very long message”); | |
} |
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
hello |
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
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { | |
margin: 0; | |
padding: 0; | |
border: 0; | |
outline: 0; | |
vertical-align: baseline; | |
background: transparent; | |
font-size: 100%; | |
} |
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
Linked 20 dependencies | |
Beast:gitter-webapp mike$ npm run dev | |
> [email protected] dev /Users/mike/Documents/Troupe/gitter-webapp | |
> concurrently --raw "npm run start" "gulp watch" | |
> [email protected] start /Users/mike/Documents/Troupe/gitter-webapp | |
> nodemon web.js |