Skip to content

Instantly share code, notes, and snippets.

View forl's full-sized avatar
🎯
Focusing

Peter Yang forl

🎯
Focusing
View GitHub Profile
@forl
forl / 0_reuse_code.js
Created December 2, 2016 09:00
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@forl
forl / storeImgInMongoWithMongoose.js
Created April 20, 2016 03:28 — forked from aheckmann/storeImgInMongoWithMongoose.js
store/display an image in mongodb using mongoose/express
/**
* Module dependencies
*/
var express = require('express');
var fs = require('fs');
var mongoose = require('mongoose');
var Schema = mongoose.Schema;
// img path