Skip to content

Commit

Permalink
add license
Browse files Browse the repository at this point in the history
add images
update json file names
update README
  • Loading branch information
bclark28 committed Mar 12, 2021
1 parent 663ad44 commit 88adbd3
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"info": {
"_postman_id": "7d985096-6289-4cbe-8eb8-52b7ebbc6169",
"name": "AerisWeather API",
"_postman_id": "ffab2e37-04aa-4a82-867c-9d97a305194b",
"name": "AerisWeather_API",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "d73e791f-7169-4cec-b58a-f655d091fb6a",
"name": "AerisWeather API",
"id": "93d5b9c9-36ea-466e-b1bb-816e7f30a0c9",
"name": "AerisWeather_API",
"values": [
{
"key": "env",
Expand All @@ -24,6 +24,6 @@
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2021-03-11T21:33:57.054Z",
"_postman_exported_at": "2021-03-12T22:53:09.937Z",
"_postman_exported_using": "Postman/7.36.5"
}
27 changes: 27 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Copyright (c) 2021, AerisWeather
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

* Neither the name of AerisWeather nor the names of its contributors may be used
to endorse or promote products derived from this software without specific
prior written permission of AerisWeather.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@ A quick start guide to using the AerisWeather API with Postman. Check out our [o

Within the Postman application, import the `./AerisWeather API.postman_environment.json` file with the _Manage Environments_ button. Next, select the AerisWeather API environment and update the `CLIENT_ID`, `CLIENT_SECRET`, and `location` variables:

![Import Environment](./images/env_import.jpg)

Now we can import the `./AerisWeather API.postman_collection.json` file with the *Import* option above the collection list. You are now ready to start hitting the AerisWeather API.

![Import Collection](./images/collection_import.jpg)

### Example Details

Be sure to check the request description for details about that request. The collection uses the following endpoints:
Expand All @@ -29,5 +33,6 @@ Be sure to check the request description for details about that request. The col

Additionally, we include a prebuilt [batch request](https://www.aerisweather.com/support/docs/api/getting-started/batch/) which returns a single response containing a [places](https://www.aerisweather.com/support/docs/api/reference/endpoints/places/), conditions, hourly forecast, and 7-day forecast request. Please note, the batch request will still use 4 API hits.

### Support


Feel free to reach out to our [Support Team](https://www.aerisweather.com/support/) if you have any additional questions.
Binary file added images/collection_import.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/env_import.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 88adbd3

Please sign in to comment.