An open API service indexing awesome lists of open source software.

https://github.com/smithclay/cloud-jshint

"jshint in the cloud" - cloud-jshint is a RESTful wrapper around jshint written in node.js.
https://github.com/smithclay/cloud-jshint

Last synced: 10 months ago
JSON representation

"jshint in the cloud" - cloud-jshint is a RESTful wrapper around jshint written in node.js.

Awesome Lists containing this project

README

          

# cloud-jshint
[![Build Status](https://secure.travis-ci.org/smithclay/jspinch.png)](http://travis-ci.org/smithclay/jspinch])

cloud-jshint is a RESTful web service wrapper around [JSHint](https://github.com/jshint/jshint/) that lets developers track the JavaScript code quality of projects.
## Motivation

JavaScript projects start small. As they grow, it becomes important to enforce good style and convention. cloud-jshint uses JSHint to create reports detailing errors in JavaScript files.

## Installation
TBD
## Usage
You can run it directly from the command line or extend it programmatically in your node scripts.
### curl
To get jshint errors for a single file

``` sh
$ curl -Ffile=@path/to/file.js http://cloud-jshint-server/wherever/that/is
```