2017 © Pedro Peláez
 

library ambientapi

A package for ambient api

image

jafo232/ambientapi

A package for ambient api

  • Friday, January 26, 2018
  • by Jafo232
  • Repository
  • 2 Watchers
  • 2 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 2 Open issues
  • 3 Versions
  • 8 % Grown

The README.md

Ambient API

Laravel Package For Accessing Ambient API. Currently their API is in beta, see this Facebook group for more information: https://www.facebook.com/search/top/?q=ambient%20weather%20network%20api, (*1)

Install with composer:, (*2)

composer require jafo232/ambientapi, (*3)

Add to your providers in config/app.php:, (*4)

jafo232\ambientapi\AmbientApiServiceProvider::class,, (*5)

Add to your aliases:, (*6)

'Ambient' => jafo232\ambientapi\AmbientApiFacade::class,, (*7)

Publish the config file:, (*8)

php artisan vendor:publish, (*9)

You can edit the config/ambient.php directly or edit your .env file and add:, (*10)

AMBIENT_APPLICATION_KEY=YOUR_APPLICATION_KEY_HERE, (*11)

AMBIENT_API_KEY=YOUR_API_KEY_HERE, (*12)

Make sure you add your real keys., (*13)

Once you have configured you .env file, you can test like so:, (*14)

artisan command:test_ambient, (*15)

The Example.php file in the commands folder shows you how to access devices, (*16)

The Versions

26/01 2018

dev-master

9999999-dev

A package for ambient api

  Sources   Download

MIT

The Requires

 

by Avatar Jafo232

26/01 2018

1.04

1.04.0.0

A package for ambient api

  Sources   Download

MIT

The Requires

 

by Avatar Jafo232

26/01 2018

1.03

1.03.0.0

A package for ambient api

  Sources   Download

MIT

The Requires

 

by Avatar Jafo232