kesleroman
v1.0.3
Published
Programming assignment
Downloads
16
Readme
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).
