index
:
dc-foodtruck-scraper.git
master
Scrapes DC foodtruck location information from foodtruckfiesta.com into a machine usable format (JSON)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-04-13
Fixes a bug where a KeyError stopped the loop as opposed to continuing with n...
HEAD
master
Nathan Kinkade
2018-04-13
Use 4-space indention instead of tabs.
Nathan Kinkade
2017-05-09
Counts keys in response object rather than checking for truth of returned obj...
Nathan Kinkade
2017-05-09
Evaluates locations with javascript logic rather than manually checking lengt...
Nathan Kinkade
2017-05-09
Replaces erroneous duplicate instance of 'cowsay' with 'help'.
Nathan Kinkade
2016-11-27
Corrects a bug where locations could be empty, but no appropriate response wa...
Nathan Kinkade
2016-03-22
Adds Farragut Square to list of locations.
Nathan Kinkade
2016-03-16
Adds a help command.
Nathan Kinkade
2016-02-25
Adds Franklin Square to list of locations near OTI office.
Nathan Kinkade
2016-02-25
Updates header comment block to be correctly formatted.
Nathan Kinkade
2016-02-25
Adds a cowsay trigger.
Nathan Kinkade
2016-02-25
Change trigger word for OTI food truck list, and add a header to output.
Nathan Kinkade
2016-02-25
NAF office moved, so set 'oti' limit to only those foodtruck(s) near new office.
Nathan Kinkade
2014-11-08
Handle the case where no foods are found more gracefully.
Nathan Kinkade
2014-11-08
Better error checking.
root
2014-11-07
Send output in a single message rather than a bunch of individual messages.
Nathan Kinkade
2014-11-08
Limit locations to only those near OTI office.
Nathan Kinkade
2014-11-08
Allow passing of a limit query parameter.
Nathan Kinkade
2014-11-07
Added a license notice to both files.
Nathan Kinkade
2014-11-07
Merge branch 'master' of natha.nkinka.de:dc-foodtruck-scraper
Nathan Kinkade
2014-11-07
Initial addtion of a simple Hubot plugin.
Nathan Kinkade
2014-11-07
Add charset to header.
Nathan Kinkade
2014-11-06
Removed unnecessary modules and HTTP headers.
Nathan Kinkade
2014-11-06
Add some HTTP headers.
Nathan Kinkade
2014-11-06
Initial commit.
Nathan Kinkade