├── .gitignore ├── MMM-JokeAPI.js ├── README.md ├── screenshot.png └── style.css /.gitignore: -------------------------------------------------------------------------------- 1 | .idea -------------------------------------------------------------------------------- /MMM-JokeAPI.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kreshnik/MMM-JokeAPI/HEAD/MMM-JokeAPI.js -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kreshnik/MMM-JokeAPI/HEAD/README.md -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kreshnik/MMM-JokeAPI/HEAD/screenshot.png -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kreshnik/MMM-JokeAPI/HEAD/style.css --------------------------------------------------------------------------------