Just run the command below to start my npx business card.
npx snickbit
pnpm add @snickbit/snickbit
yarn add @snickbit/snickbit
npm install @snickbit/snickbit
import {Snickbit} from 'snickbit';
const snickbit = new Snickbit();
snickbit.addProject({
name: 'Snickbit.com',
description: 'My personal website built with Quasar (vue.js), Feathers.js, and MongoDB.',
url: 'https://snickbit.com'
})
snickbit.addProject({
name: `Arbiter's Aide`,
description: 'Laravel & Vue SPA web app for organizing Table Top RPG campaigns like Dungeons & Dragons. Uses Socket.io & Redis for real-time updates.',
url: 'https://arbitersaide.com'
})
snickbit.addProject({
name: 'IsThisDubbed?',
description: 'Single-serving website built with Laravel. Uses multiple APIs, web scraping, and community moderation for data and corrections',
url: 'https://isthisdubbed.com'
})
snickbit.writeCode('snickbit.com').then(() => {
console.log('Hooray, you did something today!')
}).catch(err => {
console.error('So there were some bugs, it happens.', err)
})
A full-stack developer that probably spends too much time coding, and definitely spent too much time on this.
▪ Static
Readonly
$name: "Nick Lowe"
The name I go by when I'm not coding.
▪ Static
Readonly
pronouns: string
[]
My preferred pronouns
returns
he, him, his
▪ Static
Readonly
children: 2
How many children I have
• new Snickbit()
▸ addProject(project
): void
Add a project to the list of projects
Name | Type |
---|---|
project |
SnickbitProject |
void
▸ writeCode(projectName?
): Promise
<string
>
Spend too much time writing code.
Name | Type |
---|---|
projectName? |
string |
Promise
<string
>
💻 x ⏳ x 2
💻 x ⏳ x 2 for snickbit.com
▸ beWithFamily(): Promise
<"👧👩👨👩👦 x ⏳"
>
Spend time with my family
Promise
<"👧👩👨👩👦 x ⏳"
>
▸ playVideoGames(): Promise
<"(🎮 + 💀) x ⏳"
>
Spend time playing video games badly
Promise
<"(🎮 + 💀) x ⏳"
>
▸ writeMusic(): Promise
<MusicMaking
>
Spend time writing music
Promise
<MusicMaking
>
🎸 x ⏳
🎤 x ⏳
🎹 x ⏳
(🎛🎚 + 🎧) x ⏳
Copyright (c) 2022 - Nicholas Lowe aka Snickbit