Skip to main content

A python wrapper for Malaysian Weather Service API

Project description

# cuaca aka the Malaysian Weather Service API Wrapper

To use the API first please register the API at https://api.met.gov.my/

example usage

```python
import cuaca

api = cuaca.WeatherAPI("API_KEY")

locations = api.locations("STATE")
states = api.states()
state = api.state("selangor")

forecast = api.forecast("LOCATION:15", "2017-08-12", "2017-08-13")
```

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Cuaca-0.0.2.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distributions

Cuaca-0.0.2-py3.6.egg (3.2 kB view hashes)

Uploaded Source

Cuaca-0.0.2-py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page