## Just a simple JS footer

> This should be used in the following manner

```
npm install --save alexpogor-js-footer
```

Add to a JavaScript project with the following code:

```javascript
import { footer } from "alexpogor-js-footer";

footer("Some name");
```
