Giter Club home page Giter Club logo

ciderhouseofwisconsin's Introduction

script for determining the counties for the locations page

echo -e "Address\tCounty\n"\
"$(paste \
  <(grep ", WI" index.html | grep -v CiderHouseWI | grep -v sumptuous | sed 's/  //g') \
  <(grep ", WI" index.html | grep -v CiderHouseWI | grep -v sumptuous | cut -d'>' -f2 | cut -d' ' -f3 -f4 | sed 's/WI //g' | \
    xargs -I {} curl -s 'http://uscounties.com/zipcodes/search.pl?query={}&stpos=0' | grep '"results"' | cut -d'>' -f9 | cut -d'<' -f1 | sed 's/^ //g') | \
sort -k2 -t$'\t')" > address_by_county.csv

script for getting geocodes for list of addresses

npm install @google/maps
node code_address.js

ciderhouseofwisconsin's People

Contributors

lukeforehand avatar walkerfanning avatar

Watchers

 avatar  avatar

ciderhouseofwisconsin's Issues

product page

  • our difference
    -- about our product, why it is different
  • our ciders
    -- product list, explanation

cider pressing page

talk a little about cider pressing, pressings are by event only, event page should reflect dates. contact for more information.

home page

minimal design
orchard photo
address
email
screenshot 2016-10-05 11 51 28

find us page

  • retail outlets w/ links
  • draft outlets w/ links
  • contact us if interested in selling our product or for more information

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.