Skip to content

bbauer/webservicecsv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

> git clone git@github.com:bbauer/webservicecsv.git
> cd webservicecsv
> rvm use 1.9.2
> bundle install

To Run Sitelink CSV Exporter

> cd lib/
> irb -I .
> require 'sitelink_csv'
> client = SitelinkCsv.new(:user => 'username', :password => 'passord', :corp_code => 'code')
> client.output_csv('location_code','/destination/directory/file.csv')

About

A collection of scripts that will output data from 3rd party integrations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages