I wrote a nice little open source JavaScript color library called color.js. I think it's handy, and I believe other people would find it useful. What's the best approach for letting the world know about it?
|
|
I think Github where you are currently hosting is not a bad place either. Basically,
|
|||||||||||||||
|
|
Document the hell out of it:
IMHO, this is good example of a good example. |
|||||||||||||||
|
|
Post it on a site that hosts open source projects, preferably one that has other popular JavaScript libraries. Google Code looks to be a good one for popular, open source JavaScript libraries. |
|||||||
|
|
The best way is to look at already existing small javascript libraries and other libraries and how they have made it popular. :) In order to get your library into action, here are some simple steps you can try.
Cheers! |
||||
|
Your question is really about Advertising your product. And generate a brand name if your product if i would stretch that meaning. the simple and only answer for open source projects is: WORD of MOUTH First is to have a hosted place. Hosting is must to allow easy access to people. That's it. However, something like SourceForge and GitHub has 1000's of projects not all are well known. Have your own web page, describe stuff about it. Document your library to the extent people find it easy to use. Talk about SEO, when people starting linking your page about your library, you have visibility through search engines. Third and last crucial part of it - i think you can identify the key user base. Be it linkedIn, facebook, any forum site offer the people to use. Initially that would be hard run, but when people recommend this to others, it takes viral effect to get to become famous. Most likely is that people may ask you to evolve for their needs, if you can fulfill your demand - it will have a good life. |
|||
|

