Documentation
Everything you need to build with DomeEarth's Azimuthal Equidistant mapping platform.
Quick Start
Install the DomeEarth SDK and make your first API call:
npm install @domeearth/sdk
import { DomeEarth } from '@domeearth/sdk';
const dome = new DomeEarth({ apiKey: 'your-api-key' });
const map = dome.createMap({ center: [0, 0] });