johninvictus / concurrent_weather

A CLI tool to get temperature of multiple cities.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ConcurrentWeather

Description

A simple project to get temperature of multiple cities using actor model pattern. Each location spawns a worker process that get the temperature of a given location and post it on the main process.

Installation

  • Clone the project.
  • move into the project
cd concurrent_weather
  • get dependencies
 mix deps.get

Usage

soon

Illustration

soon

About

A CLI tool to get temperature of multiple cities.


Languages

Language:Elixir 100.0%