## Devcamp JS Footer

> This should be used in the following manner

Install with the command:

npm install --save devcamp-js-footer

Add to a Javascript project with the following code:

```javascript
import { footer } from "devcamp-js-footer";

footer("SomeName");
```
