()
| 47 | } |
| 48 | |
| 49 | async initialize () { |
| 50 | // Yr.no requires max 4 decimal places |
| 51 | validateCoordinates(this.config, 4); |
| 52 | await this.#fetchStellarData(); |
| 53 | this.#initializeFetcher(); |
| 54 | } |
| 55 | |
| 56 | setCallbacks (onData, onError) { |
| 57 | this.onDataCallback = onData; |
no test coverage detected