Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arcticlampyrid/travellings-graph-frontend
A simple frontend for Travellings Graph.
https://github.com/arcticlampyrid/travellings-graph-frontend
Last synced: about 19 hours ago
JSON representation
A simple frontend for Travellings Graph.
- Host: GitHub
- URL: https://github.com/arcticlampyrid/travellings-graph-frontend
- Owner: ArcticLampyrid
- License: mit
- Created: 2024-05-11T16:15:01.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-20T02:27:56.000Z (5 months ago)
- Last Synced: 2024-06-20T14:32:43.621Z (5 months ago)
- Language: TypeScript
- Homepage: https://travelgraph.travellings.cn/
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Travellings Graph Frontend
A simple frontend for [Travellings Graph](https://github.com/ArcticLampyrid/travellings-graph)## Usage
```
docker buildx build -t travellings-graph-frontend . --build-arg API_URL=http://localhost:8471
docker run -d -p 8080:80 travellings-graph-frontend
```
The `API_URL` build argument specifies the URL of the API server.## License
Licensed under the [MIT License](LICENSE).