Skip to content

grant/productgrunt

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Product Grunt

Product Grunt is a curation of the worst new products, every day.

Setup

  1. Install Product Grunt locally
  • Create a Heroku app (for MongoLab)
  • Run the following
git clone git@github.com:grant/productgrunt.git
cd productgrunt
npm install
git remote add heroku <HEROKU-GIT-URL>
heroku addons:add mongolab
  1. Create Twitter app
  • Go to https://apps.twitter.com/
  • Add your settings
  • Get the Twitter API Key and Secret and put them in a .env file in the project's root directory in the following format:
TWITTER_CONSUMER_KEY=<KEY>
TWITTER_CONSUMER_SECRET=<SECRET>
MONGOLAB_URI=<URI>
MONGOLAB_SESSION_SECRET=<SECRET>
  1. Run the website locally
foreman start
  1. Run the website on heroku
git push heroku master
heroku config:push
heroku open

Dev setup

coffeegulp

Built with

  • โ˜• Coffeescript
  • โ˜๏ธ Express
  • ๐Ÿ’„ Stylus
  • ๐Ÿ’Ž Jade
  • ๐Ÿ  Gulp

About

๐Ÿ…ฟ๏ธ Product Grunt is a curation of the worst new products, every day.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published