All Projects → alexyoung → Nodepad

alexyoung / Nodepad

A notepad app written with Node

Programming Languages

javascript
184084 projects - #8 most used programming language

h3. Nodepad

This is a Node notepad, written for a tutorial series on "DailyJS":http://dailyjs.com.

h3. Updates

Follow the series on "DailyJS":http://dailyjs.com, "@dailyjs":http://twitter.com/dailyjs, or "@alex_young":http://twitter.com/alex_young.

h3. Dependencies

You need to install these on your system first:

These are the libraries that the project requires:

See the package.json file for the versions of the dependencies I've tested with.

On Mac OS Snow Leopard and Debian Lenny/Squeeze.

h3. Dependency Installation

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

git clone [email protected]:alexyoung/nodepad.git nodepad
cd nodepad
npm install

node app.js

h3. Contributions

h3. 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/":http://www.gnu.org/licenses/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].