stackoverflow-careers
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -69,8 +69,2 @@ const xml2js = require('xml2js').parseString, | ||
function getCareers(props, cb) { | ||
if(!Utils.validObject(props)) { | ||
console.log('ERROR: Query object cannot be empty.'); | ||
return; | ||
} | ||
let url = UrlBuilder(props); | ||
@@ -77,0 +71,0 @@ |
{ | ||
"name": "stackoverflow-careers", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A wrapper for the StackOverflow careers feed.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -28,2 +28,3 @@ # StackOverflow Careers API for Javascript applications. | ||
JSDocs have been added to exposed API endpoints, any further issues please feel free to open up an issue on the [Github repository](https://github.com/james-gould/stackoverflow-careers/issues) | ||
@@ -35,5 +36,11 @@ | ||
# Contributing | ||
- I've used the Airbnb ESLint configuration for this project and any pull requests that don't lint correctly under it will be rejected. If you're unsure how to install this specific config, [I've written a guide here](http://fullstackhumanoid.com/quick-eslint-set-up-with-google-airbnb-or-standard-rulesets/) | ||
- All exposed API endpoints must be fully JSDoc'd. [An example can be seen here](https://github.com/james-gould/stackoverflow-careers/blob/master/lib/SO.js#L59-L67). In my experience this prevents a lot of issues being raised because people know what to expect :smile: | ||
# Outstanding issues | ||
- I'm aware that the output for the main job listing is full of HTML tags. I'm looking for a way to solve this ASAP (read: not in the quickest, most horrendous way possible) and I'm open to suggestions. | ||
- The output objects are a bit nasty. I'll clean these up in the next release (a few days time when I get the chance). | ||
- The output objects are a bit nasty. I'll clean these up in the next release (a few days time when I get the chance). |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
6702
0
45
100