Client
- Check weather for a given location
- Add locations to favorites
- Change time format(12h/24h) and units(metric/imperial)
Color | Hex |
---|---|
Primary Color | |
Secondary Color | |
Text Color |
To run this project, you will need to add the following environment variables to your .env file
NEXT_PUBLIC_WEATHER_KEY
- api key from tommorow.io
NEXT_PUBLIC_GEOCODER_KEY
- api key from tomtom.com
NEXT_PUBLIC_DEV_MODE
- use true
when developing to not spam api
Clone the project
git clone https://github.com/maciekzygmunt/froose.git
Go to the project directory
cd froose
Install dependencies
npm install
Start the server
npm run dev
Maciej Zygmunt - maciekzygmunt@interia.pl
Project Link: https://github.com/maciekzygmunt/froose
Useful resources and libraries that I have used in my project.