wzc314 / pm25

Inquiry pm2.5 using Elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pm25

screenshot

What is it?

  • This is an Elixir application which aims to inquiry PM2.5 conveniently.
  • Framework of the application is based on tacticiankerala/elixir-weather.
  • Notice that only cities in China are supported now.
  • Virtually, the output value of command is Air Quality Index(AQI) which will be updated every hour, but not PM2.5 :)

Installation

  1. Be sure you have installed Erlang before running this application, and installing Elixir is optional. Here is how to install Erlang.
  2. Clone this repository: git clone https://github.com/wzc314/pm25.git ~/elixir-pm25
  3. Change directory to the repository: cd ~/elixir-pm25
  4. Run the command by giving a city name(Chinese character supported only): ./pm25 <city name>

About

Inquiry pm2.5 using Elixir


Languages

Language:Elixir 100.0%