#See, Click, Fix it
This project is to take the api and provide front end work with express.
This project will also map the coordinates of issues at the location.
###Getting started
git clone git@github.com:troy0820/fixit.git
cd fixit
npm install
fixit
#API endpoints for this project are at these urls.
https://seeclickfix.com/api/v2/issues?place_url=hampton&state=VA
https://seeclickfix.com/api/v2/issues?place_url=newport-news&state=VA
https://seeclickfix.com/api/v2/issues?place_url=suffolk&state=VA
https://seeclickfix.com/api/v2/issues?place_url=norfolk&state=VA
https://seeclickfix.com/api/v2/issues?place_url=portsmouth&state=VA
https://seeclickfix.com/api/v2/issues?place_url=chesapeake&state=VA
https://seeclickfix.com/api/v2/issues?place_url=virginia-beach&state=VA
##Documentation for metadata are included in /GET request of each endpoint, i.e pages, per_page, etc.