dark-sky-skeleton
Advanced tools
Comparing version 0.1.41 to 0.1.42
{ | ||
"name": "dark-sky-skeleton", | ||
"version": "0.1.41", | ||
"description": "barebones dark sky weather api - for client or server side js", | ||
"version": "0.1.42", | ||
"description": "barebones dark sky weather api - for client or server-side js", | ||
"main": "index.js", | ||
@@ -42,2 +42,2 @@ "scripts": { | ||
} | ||
} | ||
} |
@@ -9,2 +9,4 @@ # dark-sky-skeleton | ||
You can use dark-sky-skeleton client-side __OR__ server-side. Note: an example of a server side proxy used with client side dark-sky-skeleton is forthecoming... | ||
## Install it | ||
@@ -35,3 +37,3 @@ | ||
The proxy in this would receive a request issued by dark-sky-api and attach this query to a base uri (like the following: `https://api.darksky.net/forecast/your-api-key`) prior to returning a final request. | ||
The proxy would receive a request issued by dark-sky-api and attach this query to a base uri (like the following: `https://api.darksky.net/forecast/your-api-key`) and return a final request. | ||
@@ -38,0 +40,0 @@ ```javascript |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11771
97