Skip to content

FiveM script that uses a weather API to determine the weather in your FiveM server

Notifications You must be signed in to change notification settings

yorick2002/RealWeather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

To get started with this script, you need to:

1. Create an Account on WeatherAPI

Go to weatherapi.com and create an account to obtain your API key.

2. Configure the API Key

Once you have the API key, follow these steps:

  • Navigate to the config.lua file in the project.
  • Paste your API key into the appropriate section, like so:
Config.API_KEY = "API_KEY_HERE"

3. Set location

  • Set the location in the config.lua file as well to your liking.

How it works

  • Every minute the server will do a request to the API to get the latest weather information from the location you set.

About

FiveM script that uses a weather API to determine the weather in your FiveM server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages