Skip to content

Instantly share code, notes, and snippets.

@dgehrett
dgehrett / gist:9220112
Created February 25, 2014 23:18
MovingCompanyReviews.com movers widget
<div id="movers_widget"></div>
<script type="text/javascript" src="//www.movingcompanyreviews.com/widgets/topMovers.js"></script>
<script type="text/javascript">
MCR.widgets.topMovers.init({zip: <PUT ZIPCODE HERE>, cid: "COACH" });
</script>
@dgehrett
dgehrett / LICENSE
Last active August 18, 2016 14:10
Source code for a Code Climate Dashing widget for use with the Shopify Dashing framework (https://github.com/Shopify/dashing). It shows a single repository's GPA. See more widgets we've made at https://github.com/Homefinder/dashing-widgets
The MIT License (MIT)
Copyright (c) 2013 HomeFinder.com
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
@dgehrett
dgehrett / README.md
Last active May 17, 2016 16:43
Source code for a Mandrill Dashing widget for use with the Shopify Dashing framework (https://github.com/Shopify/dashing). It shows detailed data about emails by tag. See more widgets we've made at https://github.com/Homefinder/dashing-widgets