https://github.com/steven-mercatante/soup
A command line web scraper that lists Hale and Hearty soups
https://github.com/steven-mercatante/soup
command-line command-line-app elixir functional-programming scraper scraping web-crawler
Last synced: 8 months ago
JSON representation
A command line web scraper that lists Hale and Hearty soups
- Host: GitHub
- URL: https://github.com/steven-mercatante/soup
- Owner: steven-mercatante
- Created: 2017-01-04T01:07:43.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-16T01:12:40.000Z (over 8 years ago)
- Last Synced: 2025-02-01T07:23:09.793Z (8 months ago)
- Topics: command-line, command-line-app, elixir, functional-programming, scraper, scraping, web-crawler
- Language: Elixir
- Size: 4.88 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hale and Hearty Soup List
A simple exercise in scraping [Hale and Hearty](https://www.haleandhearty.com/) for a list of their locations and soups.
## Requirements
- Elixir v1.3+
- Erlang v18+## Usage
Run `mix escript.build` to create a `soup` executable, then run `./soup`.
When using for the first time, you'll be prompted to select a location whose soup menu you want to view.
Subsequent calls to `./soup` will retrieve the list of soups from this location.
You can change the default location by calling `./soup --locations`.