0.0
Low commit activity in last 3 years
A long-lived project that still receives updates
Fetches are parses reports from snowreports.co.nz
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0
~> 3.0

Runtime

~> 2.0
~> 1.8
 Project Readme

Snowreports

This gem is a simple wrapper around snowhq . It allows pulling in of the snow data and exposes just a few of the fields.

Installation

gem install snowreports

Usage

  1. obtain api credentials from snowhq
# configure it. You can either set a username and password like below
Snowreports::Fetcher.user = username
Snowreports::Fetcher.pass = password

# or, ENV["SNOW_USER"] and ENV["SNOW_PASS"] can be used.


Snowreports.all

#or

Snowreports.fetch(:turoa)

See endpoints class for the various field names you can pass in.

PR's welcome.