1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-23 13:29:35 +02:00

update README.md

This commit is contained in:
sylvain.chateau 2024-09-10 23:20:13 +02:00
parent 26fb1c4369
commit 2b92279c27
2 changed files with 2 additions and 3 deletions

View file

@ -16,7 +16,6 @@ const getExternalWeather = async () => {
// Fetch data from external API
try {
const res = await axios.get('https://api.open-meteo.com/v1/forecast', { params });
// TODO weather code
// Save weather data
const cursor = res.data.current;
const weatherData = await Weather.create({