ubilabs / geocomplete

jQuery Geocoding and Places Autocomplete Plugin
http://ubilabs.github.com/geocomplete/
MIT License
1.22k stars 408 forks source link

new Meteor package #193

Open jshimko opened 9 years ago

jshimko commented 9 years ago

Just thought I'd point out that I built a Meteor.js package for this project. :)

https://atmospherejs.com/jeremy/geocomplete (repo)

No changes to the code. Just an updated README to explain how to use it in Meteor.

aemkei commented 9 years ago

Thanks for the Meteor package! But tell me: What do you need here? Please provide some more info (eg. text to put into the Readme).

jshimko commented 9 years ago

I don't know... I suppose you could do something like a section at the end called "3rd Party Install Options" with a subheading for Meteor (like a lot of projects do for NPM, Bower, and Gems). The install for Meteor is just meteor add jeremy:geocomplete and the Meteor specific usage docs are in my README.

As an example, the guys that made the Materialize framework did something like that for Ruby/Meteor/Ember at the bottom of their getting started page.

So maybe...

Third Party Install Options

Meteor

meteor add jeremy:geocomplete

Meteor-specific usage docs here.