##View Project Live
http://petchatter.herokuapp.com/ (Don't forget to login before Feed Search)
Watch it Tweet!: https://twitter.com/PetVote
This project was created with the Meteor stack. It was built to allow users to both submit and discuss links from all around the internet. It scrapes certain selected RSS feeds as well as successfully implemented the following:
- Routing
- User Accounts
- Notifications
- Errors
- Publications/Subscriptions
- Permissions
Install Meteor:
curl https://install.meteor.com | /bin/shCreate a project:
meteor create try-meteorRun it:
cd try-meteor
meteorIf you want to run on the bleeding edge, or help develop Meteor, you can run Meteor directly from a git checkout.
git clone git://github.com/meteor/meteor.git
cd meteorIf you're the sort of person who likes to build everything from scratch, you can build all the Meteor dependencies (node.js, npm, mongodb, etc) with the provided script. This requires git, a C and C++ compiler, autotools, and scons. If you do not run this script, Meteor will automatically download pre-compiled binaries when you first run it.