by Christopher Collins | Feb 2, 2021
GitHub Allows you to read Gmail and read Google Drive files through code. I expose Google API to where you can easily write more functions later. (sendEmail, WriteFiles, DeleteFiles, etc) It’s just a sandbox into building bigger applications that utilizes...
by Christopher Collins | Sep 3, 2020
Live Site GitHub This app is a template created with express-generator and uses jsonwebtoken (jwt) to create tokens with private and public keys. The JWT token can then be used in the headers as an Authorization bearer to gain...
by Christopher Collins | Jan 30, 2020
Live Site GitHub This app searches books on via the google books API and allows the user to save books. By default, all books are saved to the demo user account which can be accessed with user: demo password: 1234 If a user wants to...
by Christopher Collins | Jan 19, 2020
GitHub Amazon-like storefront using MySQL and node cli for the client-side. Note: this is a demo proof-of-concept store application not for real purchases.
by Christopher Collins | Jan 19, 2020
GitHub This app will return search results for upcoming concerts, song info from Spotify, and movie info from IMDB. We can also run a pre-defined search stored in random.txt using “do-what-it-says” action.