Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m4rc3l05/denotag
Tag editor
https://github.com/m4rc3l05/denotag
deno denoland itunes itunes-api tageditor tagging
Last synced: about 1 month ago
JSON representation
Tag editor
- Host: GitHub
- URL: https://github.com/m4rc3l05/denotag
- Owner: M4RC3L05
- Created: 2023-09-30T15:17:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-14T22:03:12.000Z (4 months ago)
- Last Synced: 2024-09-16T06:00:00.269Z (4 months ago)
- Topics: deno, denoland, itunes, itunes-api, tageditor, tagging
- Language: TypeScript
- Homepage:
- Size: 263 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Denotag
Tag editor.
## Compiling
Create env and set env to production
```sh
cp .env.example .env
``````sh
deno task compile
```