Git Product home page Git Product logo

Snickbit Logo

Nick Lowe

Full-Stack Web Developer

website LinkedIn repos

Usage

Terminal

Just run the command below to start my npx business card.

npx snickbit

Programmatically

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)
})

Documentation

Class: Snickbit

A full-stack developer that probably spends too much time coding, and definitely spent too much time on this.

Table of contents

Properties

Constructors

Methods

Properties

$name

Static Readonly $name: "Nick Lowe"

The name I go by when I'm not coding.


pronouns

Static Readonly pronouns: string[]

My preferred pronouns

returns he, him, his


children

Static Readonly children: 2

How many children I have

Constructors

constructor

new Snickbit()

Methods

addProject

addProject(project): void

Add a project to the list of projects

Parameters

Name Type
project SnickbitProject

Returns

void


writeCode

writeCode(projectName?): Promise<string>

Spend too much time writing code.

Parameters

Name Type
projectName? string

Returns

Promise<string>

💻 x ⏳ x 2
💻 x ⏳ x 2 for snickbit.com


beWithFamily

beWithFamily(): Promise<"👧👩👨👩👦 x ⏳">

Spend time with my family

Returns

Promise<"👧👩👨👩👦 x ⏳">


playVideoGames

playVideoGames(): Promise<"(🎮 + 💀) x ⏳">

Spend time playing video games badly

Returns

Promise<"(🎮 + 💀) x ⏳">


writeMusic

writeMusic(): Promise<MusicMaking>

Spend time writing music

Returns

Promise<MusicMaking>

🎸 x ⏳
🎤 x ⏳
🎹 x ⏳
(🎛🎚 + 🎧) x ⏳

License

Copyright (c) 2022 - Nicholas Lowe aka Snickbit

MIT License

Snickbit's Projects

go-release-action icon go-release-action

Automatically publish Go binaries to Github Release Assets through Github Action.

jsbinaryutils icon jsbinaryutils

A TypeScript / JavaScript library for managing buffers in a NodeJS app.

jsprismarine icon jsprismarine

Dedicated Minecraft Bedrock Edition server written in TypeScript.

prompts icon prompts

❯ Lightweight, beautiful and user-friendly interactive prompts

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.