Git Product home page Git Product logo

haze's Introduction

haze

A simple commandline utility to get the current PSI in Singapore, using NEA's API.

I use it to display the current PSI in xmobar.

Usage

At minimum, haze -k <API_KEY> will print the reported 3-hour moving average PSI for all of Singapore. You can change the region using -r, and calculate the current value using -c.

Here's the output of haze -h:

haze, gets the latest PSI using the NEA API.
Prints the 3-hour average by default.
Usage: haze [OPTIONS]

OPTIONS:
  -k --api-key=KEY   Use this API key.
  -r --region=REGION The region to report. One of: NRS rCE rEA rNO rSO rWE 
  -c --calculated    Calculate from first principles instead of using the 3-hour average.
  -h --help          Print this and exit.

Compiling

libcurl is an external dependency. Your favourite package manager will have some flavour of it. The package libcurl4-openssl-dev might help.

Before compiling, edit config.cpp to set the default API key if you do not want to pass one each time you run the program. The first time you run make, some dependencies will be downloaded automatically.

Targets:

  • make, make all builds haze,
  • make test builds and runs tests, and --
  • make install builds and copies the built binary to /usr/local/bin/.

haze's People

Contributors

gauravmm avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.