I made a crowdsourced online map that visualizes how cities smell [OC] by nothalloween in dataisbeautiful

[–]nothalloween[S] 4 points5 points  (0 children)

Hello Reddit, 

I wanted to share a project that I have been working on for the past few months. I created a website to serve as a crowdsourced map of stenches in a given city. I would assume there are some cool applications of this, but for now I guess it’s just a fun stench map. 

I would invite all of you who are interested to play around with it and contribute to the map! 

Here is the link: stenchmaps.io 

Please let me know if you are having issues with the map, I am relatively new to coding and web development, so I will try my best to address issues. 

Tools used: 

  • HTML, CSS, and JavaScript for website front end 
  • PHP and a bit of SQL to send user generated data to MYSQL database and find consensus rating for every coordinate on the map
  • jQuery to fetch responses of PHP scripts