Skip to content

Instantly share code, notes, and snippets.

View BlitzDampfwalze's full-sized avatar

Paul Lime BlitzDampfwalze

  • Houston
View GitHub Profile
@BlitzDampfwalze
BlitzDampfwalze / nvmCommands.js
Created September 15, 2021 15:02 — forked from chranderson/nvmCommands.js
Useful NVM commands
// check version
node -v || node --version
// list installed versions of node (via nvm)
nvm ls
// install specific version of node
nvm install 6.9.2
// set default version of node
@BlitzDampfwalze
BlitzDampfwalze / API project
Last active June 20, 2018 18:47
API Project
Use Google and/or Foursquare and/or Meetup API to return information on things to do nearby. The user can click on items to obtain additional information, such as Yelp reviews.