Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

Commit

Permalink
Add ATDIS feed
Browse files Browse the repository at this point in the history
  • Loading branch information
CloCkWeRX committed Mar 21, 2016
0 parents commit 1ca6f48
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source 'https://rubygems.org'

gem 'atdisplanningalertsfeed', github: 'planningalerts-scrapers/atdisplanningalertsfeed'
67 changes: 67 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
GIT
remote: git://github.com/planningalerts-scrapers/atdisplanningalertsfeed.git
revision: ce20de6801cf4131a0440602059ff63414d73a6c
specs:
atdisplanningalertsfeed (0.0.1)
atdis
scraperwiki-morph

GEM
remote: https://rubygems.org/
specs:
activemodel (4.2.6)
activesupport (= 4.2.6)
builder (~> 3.1)
activesupport (4.2.6)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
atdis (0.3.13)
activemodel
multi_json (~> 1.7)
rest-client
rgeo-geojson
builder (3.2.2)
domain_name (0.5.20160310)
unf (>= 0.0.5, < 1.0.0)
http-cookie (1.0.2)
domain_name (~> 0.5)
httpclient (2.7.1)
i18n (0.7.0)
json (1.8.3)
mime-types (2.99.1)
minitest (5.8.4)
multi_json (1.11.2)
netrc (0.11.0)
rest-client (1.8.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 3.0)
netrc (~> 0.7)
rgeo (0.5.3)
rgeo-geojson (0.4.2)
rgeo (~> 0.5)
scraperwiki (3.0.2)
httpclient
sqlite_magic
scraperwiki-morph (0.1.1)
scraperwiki
sqlite3 (1.3.11)
sqlite_magic (0.0.6)
sqlite3
thread_safe (0.3.5)
tzinfo (1.2.2)
thread_safe (~> 0.1)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.2)

PLATFORMS
ruby

DEPENDENCIES
atdisplanningalertsfeed!

BUNDLED WITH
1.11.2
6 changes: 6 additions & 0 deletions scraper.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env ruby
Bundler.require

url = "http://203.46.75.253/ATDIS/1.0/"

ATDISPlanningAlertsFeed.save(url)

0 comments on commit 1ca6f48

Please sign in to comment.