Skip to content

sweemeng/cuaca

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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")

About

A wrapper for the Malaysian Weather Service API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages