Skip to content

andrewzigerelli/fishfrymap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pittsburgh Lenten Fish Fry Map

The Pittsburgh Lenten Fish Fry Map is the brainchild of Hollen Barmer, who has tirelessly dedicated time the past few years to inventorying the rich array of Lenten Fish Fry events that occur every spring in Western Pennsylvania. This year, Code for Pittsburgh is helping.

Credits

The Fish Fry Map is built and maintained by members of Code for Pittsburgh.

It uses Bootleaf, Bootstrap 3, Leaflet, and typeahead.js. Bootleaf was created by Bryan McBride. We've adapted it for this project.

Basemaps:

Icons

  • Church and Warehouse icons: © Mapbox

Fish Fry data service

Right now, regular snapshots of the data from fishfry.codeforpgh.com/api/fishfries are being dumped into the data folder of this repo. The map itself is pulling from that API endpoint.

Development

This is a static web site. We're serving it up with GitHub pages, but it can run on any web server, really.

Take it for a spin

Clone the repo and use your preferred software to spin up a web server.

Using Ruby/Jekyll:

  1. cd /path/to/fishfrymap/
  2. jekyll serve
  3. Open http://localhost:4000 in your browser.

Using Python 3:

  1. cd /path/to/fishfrymap/
  2. python -m http.server
  3. Open http://localhost:8000 in your browser.

Code

Most of the work is happening in assets/js/app.js. The rest happens in index.html. Be warned: it's a bit of a mess...the result of quick prototyping.

Build and Deployment

(coming soon)

About

Fish Fry Map project repository

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 88.4%
  • HTML 9.9%
  • CSS 1.7%