openvenues / node-postal

NodeJS bindings to libpostal for fast international address parsing/normalization
MIT License
219 stars 76 forks source link

Publish node-postal to NPM registry #5

Closed heikkipora closed 8 years ago

heikkipora commented 8 years ago

I would really love to see node-postal published to the NPM registry. Any changes on doing that ?

The problem is, other projects now need to depend on node-postal as a github dependency in their package.json and that really doesn't work in offline environments (using npm-mirror or similar).

I'm available for assistance if needed.

orangejulius commented 8 years ago

Yup, @thatdatabaseguy we would love this for Pelias. We're happy to have one of us added as a maintainer of this repo to take care of that if you'd like. I've worked with a few native Node modules now and would gladly set things up.

albarrentine commented 8 years ago

Et voila! https://www.npmjs.com/package/node-postal. Let me know if there are any issues.

@orangejulius I thought I remembered someone over there mentioning that the underlying C lib needed to be bundled with node-postal. Is that still a thing or was that idea just to have a one-command install?