Live data from Hacker News

JSDB.io - A Database of JavaScript Libraries

jsdb.io

11–20 of 61 posts

Re: JSDB.io - A Database of JavaScript Libraries

#13
post #8
post #6

maybe needs some more categories. where to put markdown libs?

definitely. Working on it! If you are in doubt though, just put in in Miscellaneous and I'll clean it up later :)

Nice that you're tweaking things. You may want to move Underscore from "helpers/object-extends" to "application-tools/utilities".

Re: JSDB.io - A Database of JavaScript Libraries

#15
post #12

I think a tag system instead of a directory system may be better for categorizing libraries. For example, is D3 is "data / undefined". Arguably it could exist in multiple categories.

This is probably the hardest problem to solve in building a tool like this. Ive thought a lot about this, and here is my thinking:

Its not an either-or scenario. Tags are great at grouping similar libraries together, but it doesn't work very well when you look at all the tags together, since there is no clear hierarchy.

Categories are good, on the other hand, for creating a clear structure for looking for libraries. If a user is confused about where to find something specific, they can just search it.

My plan is to combine the two approaches in jsdb: have a clear and very general category system, and a tag system for finding inter-related js libraries.

Re: JSDB.io - A Database of JavaScript Libraries

#17

The library is called jQuery, not Jquery - same with jQuery UI, DOM is an abbreviation. It looks like you've crudely turned things which aren't words which start with an uppercase letter into ones which do, for no reason.

Thanks for the tip. Fixed. Stared at it for so long during development that I didn't even notice!

Re: JSDB.io - A Database of JavaScript Libraries

#19
post #8

Earlier quoted context omitted.

definitely. Working on it! If you are in doubt though, just put in in Miscellaneous and I'll clean it up later :)

Nice that you're tweaking things. You may want to move Underscore from "helpers/object-extends" to "application-tools/utilities".

Yea, that makes sense. Moved. (I'm a bit doubtful about that helpers category in general, probably going to change it)
Post reply on HN