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:
parent
26fb1c4369
commit
2b92279c27
2 changed files with 2 additions and 3 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue