viktort/node-google-prediction

View on GitHub
Makefile

Summary

Maintainability
Test Coverage
SHELL = /bin/bash

test:
    node test/run.js

.PHONY: \
    test