NikoRaisanen / AZ-Fishing-App

Find the best fishing spot in Arizona based on weather, fishing rating, location, and more!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why was this application created?

This application was created to help Arizona fisherman decide which body of water they should spend their day at. Arizona fishing reports can be found all over the web, but most sources are outdated and lack the ability to filter by the parameters that are most important to you.

All results displayed on this application are timely as they are pulled daily from the official AZFGD website. The unique element of this application is the ability to filter results based on several fields, while also showing current temperature information (especially important in Arizona)

Video demo and high-level explanation of project architecture and code

IMAGE ALT TEXT HERE

Production implementation

If I were to push this application to production I would:

  1. Run AZFishing.go every 24 hours with a cron job
  2. Implement a method to clean up old mysql database entries
  3. Upgrade the front-end to be more visually appealing
  4. Not use so many different programming languages -- The goal of this project was to learn Golang from scratch and brush up on php. Otherwise I likely would have done everything with Node.js

About

Find the best fishing spot in Arizona based on weather, fishing rating, location, and more!


Languages

Language:JavaScript 51.5%Language:Go 29.8%Language:PHP 16.2%Language:CSS 2.5%