A small unofficial package to get the color link to a day for Tempo EDF subscription
Install tempoedf with npm:
npm i tempoedf
tempo = require('tempoedf');
tempo.getTempoColor().then((color) => {
console.log(color);
});
A small unofficial package to get the color link to a day for Tempo EDF subscription
Install tempoedf with npm:
npm i tempoedf
tempo = require('tempoedf');
tempo.getTempoColor().then((color) => {
console.log(color);
});