This webapp generates metrics (and some other things like random messages) based on your Instagram direct messages.
Check it out here!
This was built with TypeScript, HTML, and CSS.
# Install dependencies
$ npm install
# Run development server
$ npm run dev
# Bundle files for production
$ npm run build
# Deploy
$ npm run deploy