Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 408 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 408 Bytes

Tempo Color EDF 💙🤍❤️

A small unofficial package to get the color link to a day for Tempo EDF subscription

Installation

Install tempoedf with npm:

  npm i tempoedf

Exemple

tempo = require('tempoedf');
tempo.getTempoColor().then((color) => {
    console.log(color);
});

Authors