Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray Chen committed Apr 7, 2017
1 parent a71956a commit c119be1
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
# datagovsg_api

[![Build Status](https://travis-ci.org/half0wl/datagovsg_api.svg?branch=master)](https://travis-ci.org/half0wl/datagovsg_api)

Unofficial Python API wrapper for public APIs at developers.data.gov.sg.

**Disclaimer**: The author is not associated with data.gov.sg, and this project does not represent data.gov.sg or it's affiliates in any way.

Docs: https://datagovsg_api.readthedocs.io/en/latest/

This is a work in progress, the following methods are not yet implemented:

* air_temperature
* pm25
* psi
* rainfall
* relative_humidity
* uv_index
* wind_direction
* wind_speed

Example:

```python
Expand All @@ -26,14 +39,3 @@ datagovsg.weather_forecast(duration='2-hour')
datagovsg.weather_forecast(duration='24-hour')
datagovsg.weather_forecast(duration='4-day')
```

Not yet implemented:

* air_temperature
* pm25
* psi
* rainfall
* relative_humidity
* uv_index
* wind_direction
* wind_speed

0 comments on commit c119be1

Please sign in to comment.