https://github.com/charming-byte/simple-livemap
https://github.com/charming-byte/simple-livemap
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/charming-byte/simple-livemap
- Owner: charming-byte
- License: mit
- Created: 2024-07-22T16:59:35.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-22T17:02:54.000Z (10 months ago)
- Last Synced: 2025-02-20T10:38:37.229Z (3 months ago)
- Language: C#
- Size: 9.5 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]
Table of Contents
## 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.
## 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`.## Usage
Access the map at `http://:/slm` or `https://-.users.cfx.re/slm` (Note: No trailing slash!)
## 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## License
Distributed under the MIT License. See `LICENSE` for more information.
## Acknowledgments
* [webadmin by CitizenFX](https://github.com/citizenfx/fivem/tree/master/ext/webadmin)
[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