@nicktomlin/about
v1.0.0
Published
Programmatic access to information about me
Downloads
3
Readme
About
Programmatic about me access for yours truly.
Usage
npm i @nicktomlin/about
let aboutNick = require('@nicktomlin/about')
console.log(`Nick is a ${aboutNick.occupation} at ${aboutNick.currentEmployer}`)
Why?
I wanted to play around with NPM scoped packages and an easy way to pull my deets in for personal projects.