This module allows for a dynamic footer to be generated for JS applications with an updated year and name.
npm install mrf-devcamp-js-footerThis should be used in the following manner
Install with the command:
```
npm install --save mrf-devcamp-js-footer
Add to a JavaScript Project with the following code:
`javascriptmrf-devcamp-js-footer'
import { footer } from
footer('Some Name');
```