-
Notifications
You must be signed in to change notification settings - Fork 0
bbauer/webservicecsv
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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 0
No packages published