This example shows how to use Dhesend with Express.
To get the most out of this guide, you’ll need to:
-
Define environment variables in
.envfile. -
Install dependencies:
npm install- Run Express locally:
npm run dev- Open URL in the browser:
http://localhost:3000
MIT License