Sample to play with Kotlin & Arrow
Check our discussions page out 👀
- Session #1 "Modelando Ausencia de Valor" on youtube and pull request changes
- Session #2 "Gestión Funcional de Errores" on youtube and pull request changes
- Session #3 "Gestión de Errores con Validated" on youtube and pull request changes
- Session #4 "Resumen Data Types" on youtube and pull request changes
Get your OpenWeatherMap API key from https://openweathermap.org/api
- Linux/MacOS
export OWM_APIKEY=xxxx
./freshair --city Barcelona,ES Paris,FR London,UK
- Windows
$Env:OWM_APIKEY="xxxx"
.\freshair.bat --city Barcelona,ES Paris,FR London,UK