Skip to content

Instantly share code, notes, and snippets.

View NeighborGeek's full-sized avatar

Steve Whitcher NeighborGeek

View GitHub Profile
@NeighborGeek
NeighborGeek / 0_reuse_code.js
Last active June 18, 2020 01:20
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@NeighborGeek
NeighborGeek / bluelinky.js
Last active August 3, 2021 01:06 — forked from Hacksore/bluelinky.js
test bluelinky
const express = require("express");
const BlueLinky = require("bluelinky");
const bodyParser = require("body-parser");
const config = {
validation_key: 'something you make',
username: 'username',
password: 'password',
brand: 'hyundai',
region: 'US',