Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Move gmaps.js to NPM and modularize it. #404

Open
hpneo opened this issue May 1, 2015 · 18 comments
Open

Move gmaps.js to NPM and modularize it. #404

hpneo opened this issue May 1, 2015 · 18 comments

Comments

@hpneo
Copy link
Owner

hpneo commented May 1, 2015

I've been playing with @AmpersandJS and I must say is amazing what they accomplished in terms of simplicity, code reusability and a better approach to work with modules. I'm thinking on follow that philosophy and make gmaps.js a modular library for working with Google Maps.

That way, you can use only what you need (markers but no routes, polygons but no layers), and even make your own builds with what you need, or extend gmap.js in an easier way.

To do this, I need to use Browserify to create the bundles for using the library in the browser, since the gmaps modules should be in NPM, like https://www.npmjs.com/search?q=ampersand-

I want to know what do you think.

@zeroedin
Copy link

zeroedin commented May 5, 2015

I think this sounds awesome. Thanks for all your hard work.

@hpneo
Copy link
Owner Author

hpneo commented May 9, 2015

I've moved 9 modules to NPM so far:

When I finish to move all the modules I will remove the lib from this repo and create bundles with all of these modules.

@jeduan
Copy link

jeduan commented May 30, 2015

👍

2 similar comments
@bbirand
Copy link

bbirand commented Jun 13, 2015

👍

@xenda
Copy link
Collaborator

xenda commented Jun 18, 2015

👍

@reinos
Copy link
Contributor

reinos commented Jun 24, 2015

Great idea! +1

@viyancs
Copy link

viyancs commented Oct 4, 2015

awesome, maybe one again place into bower.
because this file include inside frontend it's should be nice.

@jibiel
Copy link

jibiel commented Oct 23, 2015

@hpneo Will your project remain available as a gem?

@jibiel
Copy link

jibiel commented Oct 23, 2015

Sorry, wrong project. I was talking about @xenda's gmapsjs.

@imadarif
Copy link

imadarif commented Feb 3, 2016

hey hpneo there is no inside callback for geo fence ??

@ejlocop
Copy link

ejlocop commented Nov 2, 2016

+1

@kirantpatil
Copy link

hi, any updates on this issue ?

@hpneo
Copy link
Owner Author

hpneo commented Mar 5, 2017

I'm so sorry, I've been really busy with my daytime job I'm not sure if I can make it.

There is already a bunch of gmaps modules on NPM but they're behind the gmaps master branch, so besides of finishing the split now I have to update the already created packages, and it's a lot of work I can't do right now.

I hope I can make some time for this but I can't assure you.

@DanDvoracek
Copy link

Found it here if anybody is looking for the npm repo: https://www.npmjs.com/package/gmaps

@vurso
Copy link

vurso commented Jun 26, 2018

Shame this project has stalled for so many years really made my life easier working with Google Maps API. Anyone thought of picking it back up?

@jeduan
Copy link

jeduan commented Jun 29, 2018

Why not you?

@vurso
Copy link

vurso commented Jul 18, 2018

@jeduan don't know if I have the skills for it but you got me thinking I might just do it you know!

@jeduan
Copy link

jeduan commented Jul 19, 2018

You probably have all the skills you need or you can learn them easily.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests