TIL
Create a temp directory for your app in Node.js
When working with Node.js, you might need to create a temporary folder for your app. Here's how to do it.
When working with Node.js, you might need to create a temporary folder for your app. Here's how to do it.