Skip to content

rcoproc/world_temp_elixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WorldTemp

This repo contains the companion code for the AppSignal article found here:

https://blog.appsignal.com/2019/12/12/how-to-use-broadway-in-your-elixir-application.html

It covers how to setup Broadway in an Elixir application and consume weather data from an API. Check it out!

Installation

If available in Hex, the package can be installed by adding world_temp to your list of dependencies in mix.exs:

def deps do
  [
    {:world_temp, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/world_temp.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages