Daily Node is a aggregator of Node.js news, blog, video, podcast and others.
- Share to twitter, facebook, weibo
- Comment
- Node 0.11.13
- Koa.js
- MongoDB
- mongoose
- cheerio
- feedParser
First you need install node newer than 0.11.09 and mongoDB.
- Check the code
npm install
- add config files to configs folder, you can find template there
- Seed data:
cd scripts & node seedData.js
- start the app with harmony flag:
node --harmony app.js
- visit at: localhost:3000