## Aaron JS Footer

> This should be use in the following manner

Install with the command:

```
$ npm install --save ad-footer-js
```

Add to your Javascript Project with the following code:

```javascript

import { footer } from ‘ad-footer-js’;

footer(‘Some Name’);
```