This repository was archived by the owner on Mar 7, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
David Daester edited this page Jan 18, 2016
·
4 revisions
On npmjs.com you can search for packages. But the rating is limited to npm itself. It cannot get the data from github as main git repo service for most node packages. And the search possibilities is limited due the database couchDB.
The main targets are:
- Search by other fields than just package name.
- Fulltext search
- Show the github stars, forks and watches and - of course - the npmjs.com stars
- Update the index itself
- Search is working
- Update is partial working
The update process should be done in a background task. It should be able to pause if the limits on github exceeded the current capacity.
- Store filters
- Notifications on new items in the filter or changes on stars
- Search with user's github token (extend limited token capacity)
Working on npcjs.io