jlengstorf / favtweets

Sample Punch application that shows favorite tweets of a user

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FavTweets

This is a sample app written to demonstrate the capabilities of Punch.

Check how this uses custom content handler to fetch the favorite tweets from the Twitter API. Also, we use a custom helper to set a cookie (to store the selected background image) and render different layouts for homepage and results page.

Also, this uses Handlebars as the template engine instead of the default Mustache template engine.

Open the config.json to see all these customizations.

How to Run

  • Download the code to your machine.

  • Install punch and punch-engine-handlebars.

      npm install -g punch
      npm install punch-engine-handlebars
    
  • Then, inside directory run punch s

  • Now, point your browser to http://localhost:9009.

Image Credits

About

Sample Punch application that shows favorite tweets of a user

License:MIT License


Languages

Language:CSS 93.2%Language:JavaScript 4.4%Language:HTML 2.5%