Clone this repository and modify the index.ts file to get started quickly with Airtop.
- Install dependencies
npm install- Set the appropriate environment variable(s)
cp .env.example .env # Edit the .env file with your API key- Run the script
npm run start