Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.21 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.21 KB

Temperature Data

Description

A website for crafty users to get historical temperature data for a US city. This app fetches data from the NOAA Climate Data Online API and displays it in simple table form.

Deployed https://temperature-ivory.vercel.app/

desktop

autocomplete US city name

temperature data

Next Steps

  • Make data downloadable in csv or pdf format.
  • Make date pretty and convert celcius to fahrenheit (toggle option)
  • Allow user to enter specific date range, not just Jan 1st to Dec 31st.
  • Add more countries (currently US only).
  • Connect generated temperature data to palette planner so that users can select colors based on their data and see a mockup of their project.

Tech Used

  • Next.js
  • React
  • TailwindCSS
  • rc-table
  • react-colorful

This is a Next.js project bootstrapped with create-next-app.