gazetteerhk / census_explorer

Explore Hong Kong's neighborhoods through visualizations of census data
http://gazetteer.hk
MIT License
42 stars 12 forks source link

A minimal running App #25

Closed hupili closed 10 years ago

hupili commented 10 years ago

This is a FYI PR, showing the basic usage of backend API. @2blam @vincentlaucy @hxu

General API query pattern:

See Google doc for more details.

See it live here.

@hxu , we use $http directly to test the bridge between frontend and backend. After stablizing your angular service, please help to refactor the query part and ping back. Then we can get an idea how to use it.

TODO:

hxu commented 10 years ago

Awesome thanks. I may have some time to work on this tomorrow, but if not, then definitely later this week.

hxu commented 10 years ago

I'm going to go ahead and merge, and work with it on hxu/frontend.