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

https://github.com/comp500/tinymap

A lightweight server-side stateless web map
https://github.com/comp500/tinymap

Last synced: about 1 year ago
JSON representation

A lightweight server-side stateless web map

Awesome Lists containing this project

README

          

# TinyMap
![TinyMap in action](https://cdn.discordapp.com/attachments/761310217455534101/766361352377073715/unknown.png)

TinyMap is a lightweight server-side web map, which allows viewing a map of your world in a browser. Similar to [Dynmap](https://www.curseforge.com/minecraft/mc-mods/dynmapforge), but simpler and more lightweight.

## How to use
Drop it into your mods folder and start the server (or client if you really want, it works but isn't terribly useful). Once you've started a world, it will say `Open your web browser and navigate to http://127.0.0.1:8080/`, which is the URL you can use to view it in your browser.

If you aren't using the same computer to view the map, you'd need to replace `127.0.0.1` with the IP of your server, and if necessary port forward port 8080.