Skip to content

ChaseDRedmon/Cirrus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cirrus - A REST/SocketIO Wrapper for Ambient Weather

Cirrus is a small library for wrapping the Ambient Weather API endpoints - Both REST endpoints: Device Data and User Devices; and, the Socket.IO endpoint

Features

  • Methods to retrieve strongly typed objects or raw JSON strings from the Ambient Weather service.
  • Helper functions to retrieve ranges of information for personal weather stations

Getting Started

Check out the wiki here: https://github.com/ChaseDRedmon/Cirrus/wiki

Sample application

Check out this sample application to get your project up and running: https://github.com/ChaseDRedmon/CirrusSample