0.1.4 • Published 8 years ago

syntaxvalidate v0.1.4

Weekly downloads
1
License
MIT
Repository
-
Last release
8 years ago

syntaxvalidate NPM version [Build Status(https://travis-ci.org/Justin Back/syntaxvalidate.svg?branch=master)](https://travis-ci.org/Justin Back/syntaxvalidate)

Node Module to retrieve information from the syntaxvalidate.de API

Official Docs: https://syntaxvalidate.de/

Installation

$ npm install --save syntaxvalidate

Usage / Example

const sv = require('syntaxvalidate');

sv.interface = "INTERFACE";
sv.method = "METHOD";
sv.type = "GET";
sv.apikey = "APIKEY";
sv.version = "VERSION"; //Optional.
sv.input = "STRING"; // String to hash
var response = sv.api("JSON_KEY");

Variables

(http:// || https://)api.syntaxvalidate.de/<interface>/<method>/<version>
apikey: API Key obtained from syntaxvalidate.de
interface: See <interface>
method: See <method>
version: See <version> (Optional in the module)
type: Request type (GET)
input: Input string for the request

License

MIT © Justin Back

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago