Skip to content

ZhnZhn/library-watch

Repository files navigation

Library Watch is a SPA RESTful client.
By means of web app Library-Watch, it is possible to view information about GitHub's repositories, NPM's packages, StackOverflows's questions.
Information API providers: GitHub, NPM, Stack Exchange.

alt text

1. Please, choose an information Browser from the header bar.
2. Next, choose an information menu item in a Browser.
3. Enter repository or package name in a draggable Dialog.
4. Click a button Load.

The result will be shown in an Item component in a Container.
Also, it is possible to add an item to Watch Browser and save to LocalStorage.

After clicking a button Show in a Dialog opens Container with Items or empty.
After closing a Container all Items remains.
In one-time max three Item Dialogs can be opened.

In that case of using GitHub API provider, exists some restriction on frequency and
amount queries (60 calls per hour, 10 requests per minute for Search API).

License

Library-Watch is available under MIT license.