An open API service indexing awesome lists of open source software.

https://github.com/charming-byte/simple-livemap


https://github.com/charming-byte/simple-livemap

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![Build Status][ci-shield]][ci-url]




LiveMap


A simple LiveMap for FiveM.




Report Bug
·
Request Feature


Table of Contents


  1. About The Project

  2. Installation

  3. Usage

  4. Contributing

  5. License

  6. Acknowledgments

## About The Project

[![Demo Video][product-screenshot]](https://github.com/charming-byte/simple-livemap/releases)

This resource shows the locations of players as markers on a map.

(back to top)

## Installation

1. Download the latest release from [here](https://github.com/charming-byte/simple-livemap/releases).
2. Unzip and copy the downloaded file to your `resources` folder of your server.
3. Add `start slm` to `server.cfg`.

(back to top)

## Usage

Access the map at `http://:/slm` or `https://-.users.cfx.re/slm` (Note: No trailing slash!)

(back to top)

## Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

(back to top)

## License

Distributed under the MIT License. See `LICENSE` for more information.

(back to top)

## Acknowledgments

* [webadmin by CitizenFX](https://github.com/citizenfx/fivem/tree/master/ext/webadmin)

(back to top)

[stars-shield]: https://img.shields.io/github/stars/charming-byte/simple-livemap.svg?style=for-the-badge
[stars-url]: https://github.com/charming-byte/simple-livemap/stargazers
[issues-shield]: https://img.shields.io/github/issues/charming-byte/simple-livemap.svg?style=for-the-badge
[issues-url]: https://github.com/charming-byte/simple-livemap/issues
[license-shield]: https://img.shields.io/github/license/charming-byte/simple-livemap.svg?style=for-the-badge
[license-url]: https://github.com/charming-byte/simple-livemap/blob/main/LICENSE
[product-screenshot]: ../assets/demo.gif?raw=true
[ci-shield]: https://img.shields.io/github/actions/workflow/status/charming-byte/simple-livemap/ci.yml?style=for-the-badge
[ci-url]: https://github.com/charming-byte/simple-livemap/actions/workflows/ci.yml
[React.js]: https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB
[React-url]: https://reactjs.org/
[CSharp]: https://img.shields.io/badge/c%23-%23239120.svg?style=for-the-badge&logo=csharp&logoColor=white
[CSharp-url]: https://dotnet.microsoft.com/en-us/languages/csharp