Skip to content

calebcornman/nodepad

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nodepad

This is a Node notepad, written for a tutorial series on DailyJS.

Updates

Follow the series on DailyJS, @dailyjs, or @alex_young.

Dependencies

You need to install these on your system first:

These are the libraries that the project requires:

This revision of the code has been tested with:

  • Node 0.2.4
  • Mongo 1.4.4 and 1.6.5
  • Mongoose 0.0.4
  • connect-mongodb 0.0.4
  • Express 1.0.0
  • Jade 0.6.0
  • Less 1.0.40
  • Stylus 0.5.1
  • node_mailer 0.4.52

On Mac OS Snow Leopard and Debian Lenny.

Dependency Installation

Make sure you’re running a mongo instance (type mongod if required).

git clone git@github.com:alexyoung/nodepad.git nodepad
cd nodepad
npm install .

node app.js

Contributions

License (GPL)

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/.

About

A notepad app written with Node

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%