eirikb / nipster

Search tool for npm
http://nipstr.com/
126 stars 20 forks source link

additional sorting #8

Closed mscdex closed 11 years ago

mscdex commented 12 years ago

How about being able to sort packages by created and last updated date/times?

eirikb commented 12 years ago

Sounds interesting. Current nipster use http://registry.npmjs.org/-/all and I can see a time.modified property making it possible to fetch date of change to latest version. To get the initial date we need to either fetch each package and look at the date of first version mentioned (I guess), or look at when the github repository was created. A bit resource heavy perhaps?

mscdex commented 12 years ago

Just having last modified is fine.