https://github.com/owez/tagzen
An api microservice to tag and catagorise tv & movies at ease
https://github.com/owez/tagzen
api microservice movies rocket rust tv
Last synced: 4 months ago
JSON representation
An api microservice to tag and catagorise tv & movies at ease
- Host: GitHub
- URL: https://github.com/owez/tagzen
- Owner: Owez
- Created: 2020-12-31T23:31:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-04T03:13:22.000Z (over 5 years ago)
- Last Synced: 2025-03-04T20:28:37.065Z (about 1 year ago)
- Topics: api, microservice, movies, rocket, rust, tv
- Language: Rust
- Homepage:
- Size: 30.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tagzen
An api microservice to tag and catagorise tv & movies at ease
## About
Here's the help infomation taken from the index route (`/`) of this api:
```none
ROUTE /
About
Microservice api for tagging television shows and movies for use publically
for free, forever. Created by https://ogriffiths.com. Help is available for
each route and endpoint on GET access. Running on v{} currently with the
foss repository contained inside of https://github.com/owez/tagzen/.
Child routes/endpoints
- /tv: Television show tagging, allowing single episode or seasonal tagging
- /music: Music tagging for single songs or albums
```
## Running
Clone then build with `cargo build --release`. The outputted binary from this will be outputted inside of `target/release` which can be optionally stripped and ran as a static binary. All help infomation is contained inside of the api itself, so just visit the index page once it's up and running 👐