This module allows for a dynamic footer to be generated
npm install javascript_projects
npm install --save dlm-devcamp-js-footer
`
Add to a JS Project with the following code:
`javascript
import { footer } from "dlm-devcamp-js-footer";
footer("Some Name");
``