Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 463 Bytes

Readme.md

File metadata and controls

28 lines (20 loc) · 463 Bytes

Requirements

Node and NPM

Installation and run

Install all dependencies with

npm install

Configure ENV variables on a .env file similar to .env.example (check more on https://github.com/motdotla/dotenv#readme)

Check all tests pass with

npm run test

To run locally execute the command

npm start

DOCKER

Run the following commands:

docker build -t /test-weather .

docker run --rm fori/test-weather