Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.
/ david-www Public archive
forked from alanshaw/david-www

David helps keep your Node.js project dependencies up to date.

License

Notifications You must be signed in to change notification settings

rakuten-frontend/david-www

 
 

Repository files navigation

David

Build Status Dependency Status devDependency Status Donate to help support David development


Node.js based web service that tells you when your project npm dependencies are out of date. To use David, your project must include a package.json file in the root of your repository.

Getting Started

With Node.js and Grunt installed already, do the following:

Install david-www:

cd /path/to/david-www
npm install
grunt

Register a github personal oauth token and add it to config/default.json.

(Optional) If you want to use "sign in" feature you should:

  • Register a github developer application and add oauth client id and secret to config/default.json.
  • Developer application should have callback URL: http://localhost:1337/auth/callback

Run david-www:

node .

Example usage

View a web page of all dependencies (and their updates, and their versions) for public GitHub repository "grunt-jsio" owned by "alanshaw":

curl http://localhost:1337/alanshaw/grunt-jsio

Get the current build status badge:

curl http://localhost:1337/alanshaw/grunt-jsio.png

About

David helps keep your Node.js project dependencies up to date.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 57.4%
  • ApacheConf 17.2%
  • CSS 14.9%
  • HTML 10.5%