Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 866 Bytes

File metadata and controls

39 lines (28 loc) · 866 Bytes

Daily Node

Daily Node is a aggregator of Node.js news, blog, video, podcast and others.

RoadMap

  • Share to twitter, facebook, weibo
  • Comment

Reference

Powerd by

  • Node 0.11.13
  • Koa.js
  • MongoDB
  • mongoose
  • cheerio
  • feedParser

How to run

First you need install node newer than 0.11.09 and mongoDB.

  1. Check the code
  2. npm install
  3. add config files to configs folder, you can find template there
  4. Seed data: cd scripts & node seedData.js
  5. start the app with harmony flag: node --harmony app.js
  6. visit at: localhost:3000