Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 450 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 450 Bytes

node-pastr

Description

A gist-like clone written in nodejs

Got basic functions for adding source code and listing all pasted source codes

also included syntax hightlighting through node-hightlight

Uses mongodb (mongoose) to store the data

Install / Start

git clone https://github.com/marvin/node-pastr.git
cd node-pastr
npm install
node app

TODO

include more languages finish user implementation extend layout