Setup your development environment
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
npm install @gospace-ai/apinpm install dotenvGOSPACE_API_KEY=your_api_key_hereimport "dotenv/config";
import GospaceAI from "@gospace-ai/api";
const gospace = new GospaceAI(process.env.GOSPACE_API_KEY!);