seguinleo / Meteo

Weather site developed with Next.js and OpenWeatherMapAPI

Home Page:https://meteo-leoseguin.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Météo

Vercel

Weather PWA developed with Next.js and OpenWeatherMapAPI.

User can search a city by name or use its actual location. A local storage is used to save the last city. The website displays current temperature, wind speed and direction, humidity, pressure, rain, air quality and more.

Charts for forecasts are displayed with Recharts. Weather icons from Apple. The website uses SSR requests with a Node.js server.

For developers

Requirements: Node.js 18.17 or higher

npm i to install all dependencies

Create .env.local at root and add your API_KEY

npm run dev to start the server

npm run sass to compile Saas files

0 1

About

Weather site developed with Next.js and OpenWeatherMapAPI

https://meteo-leoseguin.vercel.app/

License:GNU General Public License v3.0


Languages

Language:TypeScript 87.5%Language:Sass 10.1%Language:JavaScript 2.4%