// ES6 (includes typings)
import { NightAPI } from 'night-api';
// CommonJS
const { NightAPI } = require('night-api');
To use the API, you need an authentication key that you can get by connecting or register to
const api = new NightAPI('YOUR_API_KEY');