Skip to content

Instantly share code, notes, and snippets.

View ripleyaffect's full-sized avatar

Thomas Peterson ripleyaffect

View GitHub Profile

Devloper/Industry Resources

Resources to help you keep up with the industry and learn new things

Read

Development:

  • Hacker News: Forum for discussing startups and technology from the ycombinator incubator
{
"cells": [
{
"cell_type": "code",
"execution_count": 41,
"metadata": {
"collapsed": false
},
"outputs": [
{
/*
Traveling app for Thinkful's Express routing course
To run:
```sh
npm init
npm install express
npm install node-emoji
node routing.js
```