You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This week we aquired several new tools to make our lives easier. First we started used [Lodash](https://lodash.com/) which is a JavaScript utility library. With this new tool we were able to use `.template` to make templates for the data we were collecting from the GitHub API.
4
+
5
+
We also installed [Bower](http://bower.io/) this week. Bower is an awesome package manager for the web. Similar to NPM it allows you to install things on the command line like jQuery, however instead of downloading the whole jQuery library you get CDN links.
6
+
7
+
My ability to leverage the package.json and bower.json files increased greatly this week. Being able to write scripts that you can call quickly on terminal is a blessing.
0 commit comments