https://github.com/bwsix/clcp-spotify
This is the project I built on the CLCP-COMMUTIY-DAY
https://github.com/bwsix/clcp-spotify
Last synced: over 1 year ago
JSON representation
This is the project I built on the CLCP-COMMUTIY-DAY
- Host: GitHub
- URL: https://github.com/bwsix/clcp-spotify
- Owner: BWsix
- License: mit
- Created: 2021-12-26T04:41:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-25T05:27:12.000Z (about 4 years ago)
- Last Synced: 2024-04-24T03:22:50.809Z (about 2 years ago)
- Language: TypeScript
- Size: 1010 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 2021-12-23 **CLCP COMMUNITY DAY**
## Vflc's "productiVe Vscode badass setup" tour
### VSCode settings
```json
"editor.bracketPairColorization.enabled": true,
"editor.cursorSurroundingLines": 7,
"editor.formatOnSave": true,
"editor.hover.delay": 150,
"editor.mouseWheelScrollSensitivity": 2.5,
```
### Extensions
- everyday-usage
- aaron-bond.better-comments
- esbenp.prettier-vscode
- richie5um2.vscode-sort-json
- streetsidesoftware.code-spell-checker
- tyriar.sort-lines
- git
- eamodio.gitlens
- knisterpeter.vscode-commitizen
- kenhowardpdx.vscode-gist
- mhutchie.git-graph
- typescript
- dsznajder.es7-react-js-snippets
- aliariff.auto-add-brackets
- mariusalchimavicius.json-to-ts
- http-requests
- rangav.vscode-thunder-client
- vim
- vscodevim.vim
## Start building our project
- nodejs with typescript goes Brrrrr
- https://github.com/jsynowiec/node-typescript-boilerplate
- spotify-web-api-node
- https://developer.spotify.com/dashboard
- https://github.com/thelinmichael/spotify-web-api-node
- authorization code flow
- https://developer.spotify.com/documentation/general/guides/authorization/code-flow/
- https://github.com/sindresorhus/open
- https://github.com/expressjs/express
- https://github.com/szwacz/fs-jetpack
- handle auth callback with express server
- https://github.com/expressjs/express
- cli app with yargs
- https://github.com/yargs/yargs
- publish what we just built to npm
- https://github.com/sindresorhus/np
- (if we still have time) figlet.js & inquirer.js
- https://github.com/patorjk/figlet.js
- https://github.com/SBoudrias/Inquirer.js