Skip to content

A Livedoor Weather Web Service api client for Elixir

License

Notifications You must be signed in to change notification settings

TORIFUKUKaiou/lwwsx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lwwsx

A Livedoor Weather Web Service api client for Elixir

Installation

The package can be installed as:

Add lwwsx to your list of dependencies in mix.exs:

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

Usage

Examples

Lwwsx.current(400030)

Lwwsx.current_text(400030)

Lwwsx.cities() |> Enum.random() |> elem(0) |> Lwwsx.current_text()

License

Lwwsx is licensed under the MIT License.

About

A Livedoor Weather Web Service api client for Elixir

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages