anilistarr/doc.go
2023-08-14 17:21:42 +02:00

9 lines
395 B
Go

// Package anilistarr provides interfaces and a REST API that converts IDs from
// anime tracking services such as Anilist to the TVDB IDs wanted by *arr tools.
//
// It relies on community-provided mappings to match the IDs. Tracker
// information uses the upstream service directly.
//
// Copyright (c) William Artero. MIT License
package anilistarr // import "github.com/wwmoraes/anilistarr"