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/
- 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.
- Next.js
- React
- TailwindCSS
- rc-table
- react-colorful
This is a Next.js project bootstrapped with create-next-app
.