untoldone / bloomapi

Create APIs out of public datasources
https://www.bloomapi.com/documentation/public-data
MIT License
89 stars 29 forks source link

Adds provider_business_practice_locations table and `node make geocode` task #52

Closed etagwerker closed 9 years ago

etagwerker commented 10 years ago

Hey!

This is my attempt to add geocoded locations to the BloomAPI.

For now, it just focuses on gathering the latitude and longitude inside the new provider_business_practice_locations table, which uses the npi column as primary key.

I've added an INSTALL.md to have more precise installation details (It's based on http://www.bloomapi.com/contribute)

By default, it uses mapquest although that could be easily changed to use other services supported by https://npmjs.org/package/node-geocoder

This pull request is based on issue #48 and not complete yet. It should also modify the API search mechanism to allow a user to search using a geographic point and a miles radius.

Please review the code and let me know if this is what you had in mind.

Thanks!

untoldone commented 10 years ago

Awesome! I'll review this in the next few days

etagwerker commented 10 years ago

@untoldone I am open to suggestions. I know that there is plenty of room for improvement.

For instance, I've added database.json which duplicates the configuration inside config.js - I did this because I like the idea of separating databases in environments, the way db-migrate does.

Let me know.

untoldone commented 10 years ago

Some feedback:

untoldone commented 9 years ago

Thanks for the patch, but this no longer makes sense given the recent rewrite for v0.2.0