1.0.3 • Published 6 years ago
kesleroman v1.0.3
Programming Assignment - Javascript 1
Descriprion:
Create NodeJS (Javascript) application, which will be able to extract Chuck Norris joke from follwoing API: https://api.chucknorris.io/. You can use simple random API endpoint to extract a joke (GET https://api.chucknorris.io/jokes/random).
Extracted joke should be automatically sent to list of emails, which can be configured directly in application.
Application needs to be compiled in ES6 standard and needs to be managed by NPM package manager (install, start).