Skip to content

ExParticle is an client to use Particle Cloud API

Notifications You must be signed in to change notification settings

mtanzi/exparticle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExParticle

### Elixir client to communicate with Particle Cloud API

Build Status Inline docs License

Usage

Installation

Add the following to your mix.exs

...

def application do
  [mod: {ExParticlePhoenixExample, []},
   applications: [:exparticle]]
end

...

defp deps do
  [{:exparticle, "~> 0.0.5"}]

...

Configuration

ExParticle will look for application variables, in order to use this library we need to change the access_token placeholder with your Particle access token.

config/dev.exs

use Mix.Config

config :exparticle, :api,
  access_token: "particle_access_token"

About

ExParticle is an client to use Particle Cloud API

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages