An open API service indexing awesome lists of open source software.

https://github.com/cheeaun/psi-sg

A web app that displays PSI readings in Singapore
https://github.com/cheeaun/psi-sg

Last synced: 5 months ago
JSON representation

A web app that displays PSI readings in Singapore

Awesome Lists containing this project

README

          

PSI SG
======

A super duper quick and simple web app that displays the PSI readings in Singapore. Data is from the [National Environment Agency](https://www.nea.gov.sg/).

Web site:

Tips and tricks
---------------

- Double-click to switch between night and day modes.
- On touch devices (tested on iOS), pinch with two fingers to switch between the modes.

Technical details
-----------------

- [NEA official API](https://www.nea.gov.sg/api)
- `localStorage` for storing the night mode.
- CSS Transform for resizing the PSI number based on viewport dimension.

License
-------

This app is licensed under the [MIT license](http://cheeaun.mit-license.org/). The data is copyrighted by the [National Environment Agency](https://www.nea.gov.sg/).

Other similar apps
------------------

- [Singapore Air Polution: Real-time Air Quality Index](http://aqicn.org/city/singapore/)
- [PSIBar](https://github.com/nikhilsh/PSIBar)
- [Singapore Haze Watch](https://github.com/sausheong/sghaze)