JianLoong / malaysia-api

A REST API about states in Malaysia. 🇲🇾
https://jian.sh/malaysia-api/
MIT License
28 stars 20 forks source link

Adding of unemployment rate by state #35

Closed JianLoong closed 2 years ago

JianLoong commented 2 years ago

There is a fair amount of data available from the Malaysia Open Data website

It would be great if the unemployment data for each state could be added to the API. The data itself can be obtained from here. However, there might be some data missing or the information there might be incomplete.

It is not needed to add all the years to the API but just for the year 2020.

jesslyw commented 2 years ago

would like to work on this @JianLoong - could you let me know where exactly in each state's file the data needs to be added?

JianLoong commented 2 years ago

Hello! @jeslyw

Take the file Johor for example, you can add the unemployment information as follows.

image

If there is no information available for the unemployment rate, you can just use the value "NA"

I shall assign this to you for now. Do tell me if you need further clarification.

jesslyw commented 2 years ago

Done, see PR :)

JianLoong commented 2 years ago

Closing this issue as it was handled in #39