Project #10 Translation Device
Description
This is a web weather report. Type any cities and see the local weather temperature/ pressure/ humidity. The four ellipses at the corner is just for decoration :) and they changes with the temperature and humidity!
Design Process
I saw this API on open weather data. It is very common data but includes a lot of information that is not so easy to read. I simplified them into six type of data, and that's the most important data for weather.
And I made this device for people to check these data more clearly and quickly.
Reflection
I learned how to use API (through I think I am still a newbie). It's not easy to read a Json file even if I use the Json Formatter to make it seem not so raw... But I'm happy to successfully apply those data into my p5.js!