There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Once an hour, the app should connect to this API which shows recently posted articles about Node.js on Hacker News: http://hn.algolia.com/api/v1/search_by_date?query=nodejs The app should insert the data from the API into a MongoDB database. The user should be able to view a web page which shows the most recent posts in date order.They should be able to click the delete button to delete an individual post