Skip to main content

Quickstart

Get started in under 5 minutes.

1. Install

npm install your-package

2. Configure

Create a config file:

// config.js
module.exports = {
apiKey: process.env.API_KEY,
};

3. Run

npm start

Next Steps