Requirements
- A Cuey account and API key (Get one here)
Install the Package
Install thecuey package using your preferred package manager:
Configuration
After obtaining your API key from the dashboard, set it as an environment variable namedCUEY_API_KEY:
Usage
Use the defaultcuey instance, which automatically reads the CUEY_API_KEY environment variable:
The
cuey instance is a pre-configured client that uses the CUEY_API_KEY
environment variable for authentication. For advanced configuration options,
see the Advanced Configuration
guide.