Installation & Setup
Getting started with Notaify takes less than a minute. First, install the package, and then set up your credentials.
1. Installation
Install the @notaify/node package using npm (or your preferred package manager):
bash
npm install @notaify/node2. Setup Credentials
Add your Notaify credentials to your environment variables file (.env):
env
NOTAIFY_API_KEY_ID=your_api_key_id
NOTAIFY_API_KEY=your_api_keyWhere do I get my credentials?
You can get your API Key ID and API Key directly from your Notaify Dashboard after creating a project.
Next Steps
Once you have the package installed and your credentials ready, head over to the Initialization guide to plug Notaify into your app.
