Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexyoung/nodepad
A notepad app written with Node
https://github.com/alexyoung/nodepad
Last synced: 13 days ago
JSON representation
A notepad app written with Node
- Host: GitHub
- URL: https://github.com/alexyoung/nodepad
- Owner: alexyoung
- Created: 2010-11-07T22:28:15.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2020-03-13T21:39:41.000Z (over 4 years ago)
- Last Synced: 2024-04-15T12:16:55.295Z (7 months ago)
- Language: JavaScript
- Homepage: http://dailyjs.com
- Size: 265 KB
- Stars: 752
- Watchers: 43
- Forks: 180
- Open Issues: 6
-
Metadata Files:
- Readme: README.textile
Awesome Lists containing this project
README
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:
* "Node":http://nodejs.org/
* "npm":https://github.com/isaacs/npm/
* "MongoDB":http://www.mongodb.org/These are the libraries that the project requires:
* "Mongoose":https://github.com/LearnBoost/mongoose
* "Express":http://expressjs.com/
* "Expresso":http://visionmedia.github.com/expresso/
* "Jade":http://jade-lang.com/
* "less":https://github.com/cloudhead/less.jsSee 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 installnode app.js
h3. Contributions
* "luebken":https://github.com/luebken
* "eirikurn":https://github.com/eirikurn
* "@francoislaberge":http://twitter.com/francoislabergeh3. 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/.